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:
parent
bf22184d6e
commit
b2065756cf
3 changed files with 93 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue