mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Add 'minetest.write_json'
This commit is contained in:
parent
49cec3f782
commit
1ed90c90c3
5 changed files with 92 additions and 1 deletions
|
@ -150,6 +150,9 @@ void luaentity_get (lua_State *L,u16 id);
|
|||
bool push_json_value (lua_State *L,
|
||||
const Json::Value &value,
|
||||
int nullindex);
|
||||
void get_json_value (lua_State *L,
|
||||
Json::Value &root,
|
||||
int index);
|
||||
|
||||
extern struct EnumString es_TileAnimationType[];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue