1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Add LuaVoxelManip

This commit is contained in:
kwolekr
2013-06-25 11:02:02 -04:00
parent e47f6fdfe9
commit d6ac3d8d9a
11 changed files with 413 additions and 8 deletions

View File

@@ -109,6 +109,10 @@ private:
// minetest.get_perlin_map(noiseparams, size)
// returns world-specific PerlinNoiseMap
static int l_get_perlin_map(lua_State *L);
// minetest.get_voxel_manip()
// returns world-specific voxel manipulator
static int l_get_voxel_manip(lua_State *L);
// minetest.clear_objects()
// clear all objects in the environment