summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRui <rui.minetest@gmail.com>2017-09-01 20:40:09 +0900
committerLoïc Blot <nerzhul@users.noreply.github.com>2017-09-01 13:40:09 +0200
commitc0dac4d9284b61c5ff411cbd45786ed14c200f37 (patch)
treea7c4c6a260335d24b672720120698648149d63b4 /doc
parentbf403b923ab4a1e11447b3f81d54d5d0c1124f65 (diff)
downloadminetest-c0dac4d9284b61c5ff411cbd45786ed14c200f37.tar.gz
minetest-c0dac4d9284b61c5ff411cbd45786ed14c200f37.tar.bz2
minetest-c0dac4d9284b61c5ff411cbd45786ed14c200f37.zip
Remove nodeupdate completely (#6358)
Diffstat (limited to 'doc')
-rw-r--r--doc/client_lua_api.md2
-rw-r--r--doc/lua_api.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/client_lua_api.md b/doc/client_lua_api.md
index 5be007c75..44c7c2787 100644
--- a/doc/client_lua_api.md
+++ b/doc/client_lua_api.md
@@ -628,7 +628,7 @@ Minetest namespace reference
reliable or verifyable. Compatible forks will have a different name and
version entirely. To check for the presence of engine features, test
whether the functions exported by the wanted features exist. For example:
- `if minetest.nodeupdate then ... end`.
+ `if minetest.check_for_falling then ... end`.
### Logging
* `minetest.debug(...)`
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index 4c0b3db2a..13227260c 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -2313,7 +2313,7 @@ Strings that need to be translated can contain several escapes, preceded by `@`.
reliable or verifyable. Compatible forks will have a different name and
version entirely. To check for the presence of engine features, test
whether the functions exported by the wanted features exist. For example:
- `if minetest.nodeupdate then ... end`.
+ `if minetest.check_for_falling then ... end`.
### Logging
* `minetest.debug(...)`