diff options
author | sfan5 <sfan5@live.de> | 2013-12-06 18:37:32 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2013-12-06 18:37:32 +0100 |
commit | e15681080e4f7cd5a830fae2e21abf683ea344ba (patch) | |
tree | e9edc8ee59ce739276c74add580c16d7f024d853 /doc/lua_api.txt | |
parent | 35f88ac67c872077206f01d05589dc208ee5851f (diff) | |
download | minetest-e15681080e4f7cd5a830fae2e21abf683ea344ba.tar.gz minetest-e15681080e4f7cd5a830fae2e21abf683ea344ba.tar.bz2 minetest-e15681080e4f7cd5a830fae2e21abf683ea344ba.zip |
Fix small mistake in Lua API docs
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r-- | doc/lua_api.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 3505b4635..cc8044fa9 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1105,6 +1105,7 @@ minetest.pos_to_string({x=X,y=Y,z=Z}) -> "(X,Y,Z)" ^ Convert position to a printable string minetest.string_to_pos(string) -> position ^ Same but in reverse +minetest.formspec_escape(string) -> string ^ escapes characters [ ] \ , ; that can not be used in formspecs minetest.is_yes(arg) ^ returns whether arg can be interpreted as yes |