Skip to content

Commit e156810

Browse files
committedDec 6, 2013
Fix small mistake in Lua API docs
1 parent 35f88ac commit e156810

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎doc/lua_api.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1105,6 +1105,7 @@ minetest.pos_to_string({x=X,y=Y,z=Z}) -> "(X,Y,Z)"
11051105
^ Convert position to a printable string
11061106
minetest.string_to_pos(string) -> position
11071107
^ Same but in reverse
1108+
minetest.formspec_escape(string) -> string
11081109
^ escapes characters [ ] \ , ; that can not be used in formspecs
11091110
minetest.is_yes(arg)
11101111
^ returns whether arg can be interpreted as yes

0 commit comments

Comments
 (0)
Please sign in to comment.