projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35f88ac
)
Fix small mistake in Lua API docs
author
sfan5
<sfan5@live.de>
Fri, 6 Dec 2013 17:37:32 +0000
(18:37 +0100)
committer
sfan5
<sfan5@live.de>
Fri, 6 Dec 2013 17:37:32 +0000
(18:37 +0100)
doc/lua_api.txt
patch
|
blob
|
history
diff --git
a/doc/lua_api.txt
b/doc/lua_api.txt
index 3505b463541b4eb6a51437fbb2f5679ed44e83e9..cc8044fa931b8dfc5c5f7d59c868646b172edcf5 100644
(file)
--- 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