Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Nodeupdate: Remove documentation in lua_api.txt
In preparation for nodeupdate being renamed and made official API
in future.
  • Loading branch information
paramat committed Nov 12, 2016
1 parent 68f5b87 commit 67ec2fa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions doc/lua_api.txt
Expand Up @@ -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`
Expand Down

0 comments on commit 67ec2fa

Please sign in to comment.