From e15681080e4f7cd5a830fae2e21abf683ea344ba Mon Sep 17 00:00:00 2001 From: sfan5 Date: Fri, 6 Dec 2013 18:37:32 +0100 Subject: [PATCH] Fix small mistake in Lua API docs --- doc/lua_api.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 3505b463..cc8044fa 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