Add VoxelManip:close() for explicit free
This commit is contained in:
@@ -45,6 +45,8 @@ class LuaVoxelManip : public ModApiBase
|
||||
static int l_was_modified(lua_State *L);
|
||||
static int l_get_emerged_area(lua_State *L);
|
||||
|
||||
static int l_close(lua_State *L);
|
||||
|
||||
public:
|
||||
MMVManip *vm = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user