summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRealBadAngel <maciej.kasatkin@o2.pl>2016-01-08 15:59:36 +0100
committerparamat <mat.gregory@virginmedia.com>2016-01-18 17:21:41 +0000
commit87291ea44a61614d5bd9efc0657926da3f867b5f (patch)
treec5c046e5dc74211532f0fd88434283e49e190d98 /doc
parenteb6e2c11b16c9ef5287bda224fa965a37ef49131 (diff)
downloadminetest-87291ea44a61614d5bd9efc0657926da3f867b5f.tar.gz
minetest-87291ea44a61614d5bd9efc0657926da3f867b5f.tar.bz2
minetest-87291ea44a61614d5bd9efc0657926da3f867b5f.zip
Show infotext with description for item entities
Diffstat (limited to 'doc')
-rw-r--r--doc/lua_api.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index 0ff8f031d..c2d5183d7 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -3241,6 +3241,7 @@ Definition tables
backface_culling = true, -- false to disable backface_culling for model
nametag = "", -- by default empty, for players their name is shown if empty
nametag_color = <color>, -- sets color of nametag as ColorSpec
+ infotext = "", -- by default empty, text to be shown when pointed at object
}
### Entity definition (`register_entity`)