1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-12-21 23:28:48 -05:00

lua_api.txt: Add registered_chatcommands to global tables

This commit is contained in:
LNJ 2017-01-05 22:38:43 +01:00 committed by rubenwardy
parent 8f22272df5
commit 545c37f613

View File

@ -2729,6 +2729,8 @@ These functions return the leftover itemstack.
* Map of object references, indexed by active object id
* `minetest.luaentities`
* Map of Lua entities, indexed by active object id
* `minetest.registered_chatcommands`
* Map of registered chat command definitions, indexed by name
* `minetest.registered_ores`
* List of registered ore definitions.
* `minetest.registered_biomes`