From d6ac3d8d9a6484f2d348d1caea203de0069b6bd6 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Tue, 25 Jun 2013 11:02:02 -0400 Subject: Add LuaVoxelManip --- src/script/lua_api/l_env.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/script/lua_api/l_env.h') diff --git a/src/script/lua_api/l_env.h b/src/script/lua_api/l_env.h index 61ecaecc8..24700d27c 100644 --- a/src/script/lua_api/l_env.h +++ b/src/script/lua_api/l_env.h @@ -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 -- cgit v1.2.3