Add VoxelManip:close() for explicit free

This commit is contained in:
sfan5
2025-05-25 12:39:11 +02:00
parent 79e0d834fd
commit e03957ec0c
3 changed files with 23 additions and 0 deletions

View File

@@ -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;