Minetest-WorldEditAdditions/worldeditadditions
Starbeamrainbowlabs 0fef39d707
Vector3: Implement __concat operator overloading
Now you can do this:

local v = wea.Vector3.new(3, 4, 5)
print(v.."yay")
2021-07-15 02:18:21 +01:00
..
lib Implement //airapply 2021-07-15 02:17:14 +01:00
utils Vector3: Implement __concat operator overloading 2021-07-15 02:18:21 +01:00
depends.txt Update depends.txt 2020-09-20 13:29:16 +01:00
init.lua Implement //airapply 2021-07-15 02:17:14 +01:00