aboutsummaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-04-01 13:08:52 +0300
committerPerttu Ahola <celeron55@gmail.com>2012-04-01 13:08:52 +0300
commit8ecfd88d92b0c8bf695f862b76077488127ab33f (patch)
tree13b1e4ebc8fd1f030f936a4cd8a023978e4b7e4e /doc/lua_api.txt
parentb54178bbbdf7e66ef5107fe3d0fe434b60cd9a68 (diff)
downloadhax-minetest-server-8ecfd88d92b0c8bf695f862b76077488127ab33f.tar.gz
hax-minetest-server-8ecfd88d92b0c8bf695f862b76077488127ab33f.zip
Remplement and improve /setting in Lua, now called /set
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r--doc/lua_api.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index 61cb73f30..798ea607c 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -516,6 +516,7 @@ minetest.register_authentication_handler(handler)
^ See minetest.builtin_auth_handler in builtin.lua for reference
Setting-related:
+minetest.setting_set(name, value)
minetest.setting_get(name) -> string or nil
minetest.setting_getbool(name) -> boolean value or nil
minetest.add_to_creative_inventory(itemstring)