diff options
author | Kahrl <kahrl@gmx.net> | 2013-09-02 02:01:49 +0200 |
---|---|---|
committer | Kahrl <kahrl@gmx.net> | 2013-09-02 02:20:08 +0200 |
commit | 1ecf51a13f434f5cbc0f6ccc1b9a2ac6402a895f (patch) | |
tree | e8ac8ced0ed73bd9a4a803dc703a213e3a9b91ec /doc/menu_lua_api.txt | |
parent | 71a6ffa76203a13b6cb0ec88b7ee57e04f809148 (diff) | |
download | minetest-1ecf51a13f434f5cbc0f6ccc1b9a2ac6402a895f.tar.gz minetest-1ecf51a13f434f5cbc0f6ccc1b9a2ac6402a895f.tar.bz2 minetest-1ecf51a13f434f5cbc0f6ccc1b9a2ac6402a895f.zip |
Add minetest.parse_json, engine.parse_json
Diffstat (limited to 'doc/menu_lua_api.txt')
-rw-r--r-- | doc/menu_lua_api.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/menu_lua_api.txt b/doc/menu_lua_api.txt index 014e689dc..d4bc093b0 100644 --- a/doc/menu_lua_api.txt +++ b/doc/menu_lua_api.txt @@ -174,6 +174,8 @@ engine.gettext(string) -> string fgettext(string, ...) -> string ^ call engine.gettext(string), replace "$1"..."$9" with the given ^ extra arguments, call engine.formspec_escape and return the result +engine.parse_json(string[, nullvalue]) -> something +^ see minetest.parse_json (lua_api.txt) dump(obj, dumped={}) ^ Return object serialized as a string string:split(separator) |