diff options
author | paramat <mat.gregory@virginmedia.com> | 2016-11-08 18:12:24 +0000 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2016-11-12 06:45:09 +0000 |
commit | 67ec2fa92d7441e0dab0fdc222003e916f3b5efa (patch) | |
tree | 6c39724d5029bc07174accbd2ba82f938cbe244e | |
parent | 68f5b877c72cf91106ac343673f8a31b9712a470 (diff) | |
download | minetest-67ec2fa92d7441e0dab0fdc222003e916f3b5efa.tar.gz minetest-67ec2fa92d7441e0dab0fdc222003e916f3b5efa.tar.bz2 minetest-67ec2fa92d7441e0dab0fdc222003e916f3b5efa.zip |
Nodeupdate: Remove documentation in lua_api.txt
In preparation for nodeupdate being renamed and made official API
in future.
-rw-r--r-- | doc/lua_api.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 119e69f6f..b9208dbad 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -2286,11 +2286,6 @@ and `minetest.auth_reload` call the authetification handler. * increase level of leveled node by level, default `level` equals `1` * if `totallevel > maxlevel`, returns rest (`total-max`) * can be negative for decreasing -* `nodeupdate_single(pos)` - * causes an unsupported `group:falling_node` node to fall and causes an - unattached `group:attached_node` node to fall. - * does not spread these updates to neighbours - * a helper function, not officially part of the API, but useful ### Inventory `minetest.get_inventory(location)`: returns an `InvRef` |