mirror of
https://github.com/minetest/minetest.git
synced 2025-04-02 08:22:56 +02:00
Fix small mistake in Lua API docs
This commit is contained in:
@ -1105,6 +1105,7 @@ minetest.pos_to_string({x=X,y=Y,z=Z}) -> "(X,Y,Z)"
|
|||||||
^ Convert position to a printable string
|
^ Convert position to a printable string
|
||||||
minetest.string_to_pos(string) -> position
|
minetest.string_to_pos(string) -> position
|
||||||
^ Same but in reverse
|
^ Same but in reverse
|
||||||
|
minetest.formspec_escape(string) -> string
|
||||||
^ escapes characters [ ] \ , ; that can not be used in formspecs
|
^ escapes characters [ ] \ , ; that can not be used in formspecs
|
||||||
minetest.is_yes(arg)
|
minetest.is_yes(arg)
|
||||||
^ returns whether arg can be interpreted as yes
|
^ returns whether arg can be interpreted as yes
|
||||||
|
Reference in New Issue
Block a user