From d820a6bfd807b6d181a858f3ea8a0d0f5c2b1879 Mon Sep 17 00:00:00 2001 From: PilzAdam Date: Mon, 9 Sep 2013 22:50:25 +0200 Subject: Add Settings interface for Lua --- doc/menu_lua_api.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/menu_lua_api.txt') diff --git a/doc/menu_lua_api.txt b/doc/menu_lua_api.txt index d4bc093b0..5763f875c 100644 --- a/doc/menu_lua_api.txt +++ b/doc/menu_lua_api.txt @@ -182,3 +182,9 @@ string:split(separator) ^ eg. string:split("a,b", ",") == {"a","b"} string:trim() ^ eg. string.trim("\n \t\tfoo bar\t ") == "foo bar" +minetest.is_yes(string) +^ returns whether string can be interpreted as yes + +Class reference +---------------- +Settings: see lua_api.txt -- cgit v1.2.3