mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-05 00:45:05 -05:00
lua_api.txt: Document how to properly clear node metadata
This commit is contained in:
parent
cc01c3cb4d
commit
573b50ab2c
@ -2641,6 +2641,7 @@ Can be gotten via `minetest.get_meta(pos)`.
|
||||
* `get_inventory()`: returns `InvRef`
|
||||
* `to_table()`: returns `nil` or `{fields = {...}, inventory = {list1 = {}, ...}}`
|
||||
* `from_table(nil or {})`
|
||||
* to clear metadata, use from_table(nil)
|
||||
* See "Node Metadata"
|
||||
|
||||
### `NodeTimerRef`
|
||||
|
Loading…
Reference in New Issue
Block a user