Skip to content

Commit 67ec2fa

Browse files
committedNov 12, 2016
Nodeupdate: Remove documentation in lua_api.txt
In preparation for nodeupdate being renamed and made official API in future.
1 parent 68f5b87 commit 67ec2fa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

Diff for: ‎doc/lua_api.txt

-5
Original file line numberDiff line numberDiff line change
@@ -2286,11 +2286,6 @@ and `minetest.auth_reload` call the authetification handler.
22862286
* increase level of leveled node by level, default `level` equals `1`
22872287
* if `totallevel > maxlevel`, returns rest (`total-max`)
22882288
* can be negative for decreasing
2289-
* `nodeupdate_single(pos)`
2290-
* causes an unsupported `group:falling_node` node to fall and causes an
2291-
unattached `group:attached_node` node to fall.
2292-
* does not spread these updates to neighbours
2293-
* a helper function, not officially part of the API, but useful
22942289

22952290
### Inventory
22962291
`minetest.get_inventory(location)`: returns an `InvRef`

0 commit comments

Comments
 (0)
Please sign in to comment.