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

Add minetest.parse_json, engine.parse_json

This commit is contained in:
Kahrl 2013-09-02 02:01:49 +02:00
parent 71a6ffa762
commit 1ecf51a13f
6 changed files with 141 additions and 0 deletions

View file

@ -59,6 +59,9 @@ private:
// setting_save()
static int l_setting_save(lua_State *L);
// parse_json(str[, nullvalue])
static int l_parse_json(lua_State *L);
// get_dig_params(groups, tool_capabilities[, time_from_last_punch])
static int l_get_dig_params(lua_State *L);