summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorparamat <paramat@users.noreply.github.com>2018-03-02 21:27:59 +0000
committerparamat <mat.gregory@virginmedia.com>2018-03-03 23:00:08 +0000
commit48493a979b4300d96ba17e2ef3a881641323f43e (patch)
tree975bc269a36a11dea11f1db02718076178880ff8 /doc
parent07622bf9b49830aae2a5e12b5616471da6a8b19a (diff)
downloadminetest-48493a979b4300d96ba17e2ef3a881641323f43e.tar.gz
minetest-48493a979b4300d96ba17e2ef3a881641323f43e.tar.bz2
minetest-48493a979b4300d96ba17e2ef3a881641323f43e.zip
Gennotify: Add 'minetest.get_decoration_id' API
Returns the decoration ID for the provided decoration name string. For use with gennotify, to know the decoration IDs for use in 'minetest.set_gen_notify'.
Diffstat (limited to 'doc')
-rw-r--r--doc/lua_api.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index 29be2a98c..ccc30a2a1 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -2842,8 +2842,11 @@ and `minetest.auth_reload` call the authentication handler.
* decoration
* The second parameter is a list of IDS of decorations which notification
is requested for.
-* `get_gen_notify()`
+* `minetest.get_gen_notify()`
* Returns a flagstring and a table with the `deco_id`s.
+* `minetest.get_decoration_id(decoration_name)
+ * Returns the decoration ID number for the provided decoration name string,
+ or `nil` on failure.
* `minetest.get_mapgen_object(objectname)`
* Return requested mapgen object if available (see "Mapgen objects")
* `minetest.get_heat(pos)`