Fix small mistake in Lua API docs

master
sfan5 2013-12-06 18:37:32 +01:00
parent 35f88ac67c
commit e15681080e
1 changed files with 1 additions and 0 deletions

View File

@ -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