1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

LuaVoxelManip: Add get_param2_data and set_param2_data

This commit is contained in:
kwolekr 2014-01-19 02:55:34 -05:00
parent 21c96249fa
commit bafc4ac6a1
2 changed files with 47 additions and 0 deletions

View file

@ -55,6 +55,9 @@ private:
static int l_get_light_data(lua_State *L);
static int l_set_light_data(lua_State *L);
static int l_get_param2_data(lua_State *L);
static int l_set_param2_data(lua_State *L);
public:
LuaVoxelManip(ManualMapVoxelManipulator *mmvm, bool is_mapgen_vm);
LuaVoxelManip(Map *map);