mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Add minetest.get_mapgen_object to API
This commit is contained in:
@@ -36,6 +36,7 @@ class LuaVoxelManip
|
||||
private:
|
||||
ManualMapVoxelManipulator *vm;
|
||||
std::map<v3s16, MapBlock *> modified_blocks;
|
||||
bool do_gc;
|
||||
|
||||
static const char className[];
|
||||
static const luaL_reg methods[];
|
||||
@@ -50,6 +51,7 @@ private:
|
||||
static int l_set_lighting(lua_State *L);
|
||||
|
||||
public:
|
||||
LuaVoxelManip(ManualMapVoxelManipulator *mmvm, bool dogc);
|
||||
LuaVoxelManip(Map *map);
|
||||
~LuaVoxelManip();
|
||||
|
||||
|
Reference in New Issue
Block a user