From c0dac4d9284b61c5ff411cbd45786ed14c200f37 Mon Sep 17 00:00:00 2001 From: Rui Date: Fri, 1 Sep 2017 20:40:09 +0900 Subject: Remove nodeupdate completely (#6358) --- doc/client_lua_api.md | 2 +- doc/lua_api.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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(...)` -- cgit v1.2.3