Missing line in lua_api.txt
Sorry for such a trivial 'bug' report, but this could lead to confusion:
https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L1108
Missing line: "minetest.formspec_escape(string) -> string"
https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L1108
Missing line: "minetest.formspec_escape(string) -> string"
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
1106 | minetest.string_to_pos(string) -> position
1107 | ^ Same but in reverse
1108 | ^ escapes characters [ ] \ , ; that can not be used in formspecs