diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index c984d44d3..734171d07 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -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) |