1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Add function minetest.read_schematic

This commit is contained in:
upsilon 2018-04-18 18:27:08 +02:00 committed by sfan5
parent bf22184d6e
commit b2065756cf
3 changed files with 93 additions and 0 deletions

View file

@ -131,6 +131,9 @@ private:
// serialize_schematic(schematic, format, options={...})
static int l_serialize_schematic(lua_State *L);
// read_schematic(schematic, options={...})
static int l_read_schematic(lua_State *L);
public:
static void Initialize(lua_State *L, int top);