1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Remove nodeupdate completely (#6358)

This commit is contained in:
Rui 2017-09-01 20:40:09 +09:00 committed by Loïc Blot
parent bf403b923a
commit c0dac4d928
5 changed files with 3 additions and 29 deletions

View file

@ -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(...)`