Skip to content

Commit 545c37f

Browse files
LNJrubenwardy
LNJ
authored andcommittedJan 5, 2017
lua_api.txt: Add registered_chatcommands to global tables
1 parent 8f22272 commit 545c37f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎doc/lua_api.txt

+2
Original file line numberDiff line numberDiff line change
@@ -2729,6 +2729,8 @@ These functions return the leftover itemstack.
27292729
* Map of object references, indexed by active object id
27302730
* `minetest.luaentities`
27312731
* Map of Lua entities, indexed by active object id
2732+
* `minetest.registered_chatcommands`
2733+
* Map of registered chat command definitions, indexed by name
27322734
* `minetest.registered_ores`
27332735
* List of registered ore definitions.
27342736
* `minetest.registered_biomes`

0 commit comments

Comments
 (0)
Please sign in to comment.