1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-16 18:01:40 +00:00

Attempt to begin to implement chests and furnace in Lua (with problems)

This commit is contained in:
Perttu Ahola 2012-06-01 18:07:22 +03:00
parent fe8c5546f0
commit 29f03756bd
3 changed files with 28 additions and 19 deletions

View file

@ -768,13 +768,6 @@ Deprecated:
NodeMetaRef (this stuff is subject to change in a future version)
methods:
- get_type()
- allows_text_input()
- set_text(text) -- eg. set the text of a sign
- get_text()
- get_owner()
- set_owner(string)
Generic node metadata specific:
- set_string(name, value)
- get_string(name)
- set_int(name, value)