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:
parent
bf403b923a
commit
c0dac4d928
5 changed files with 3 additions and 29 deletions
|
@ -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(...)`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue