summaryrefslogtreecommitdiff
path: root/doc/client_lua_api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/client_lua_api.txt')
-rw-r--r--doc/client_lua_api.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/client_lua_api.txt b/doc/client_lua_api.txt
index 2c670645f..4bb53f403 100644
--- a/doc/client_lua_api.txt
+++ b/doc/client_lua_api.txt
@@ -111,9 +111,6 @@ The main Lua script. Running this script should register everything it
wants to register. Subsequent execution depends on minetest calling the
registered callbacks.
-`minetest.setting_get(name)` and `minetest.setting_getbool(name)` can be used
-to read custom or existing settings at load time, if necessary.
-
### `sounds`
Media files (sounds) that will be transferred to the
client and will be available for use by the mod.