mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
lua_api.txt: Document how to properly clear node metadata
This commit is contained in:
parent
cc01c3cb4d
commit
573b50ab2c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue