From 67ec2fa92d7441e0dab0fdc222003e916f3b5efa Mon Sep 17 00:00:00 2001 From: paramat Date: Tue, 8 Nov 2016 18:12:24 +0000 Subject: Nodeupdate: Remove documentation in lua_api.txt In preparation for nodeupdate being renamed and made official API in future. --- doc/lua_api.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'doc/lua_api.txt') 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` -- cgit v1.2.3