projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f22272
)
lua_api.txt: Add registered_chatcommands to global tables
author
LNJ
<git@lnj.li>
Thu, 5 Jan 2017 21:38:43 +0000
(22:38 +0100)
committer
rubenwardy
<rubenwardy@gmail.com>
Thu, 5 Jan 2017 21:38:43 +0000
(21:38 +0000)
doc/lua_api.txt
patch
|
blob
|
history
diff --git
a/doc/lua_api.txt
b/doc/lua_api.txt
index 6f83039c833c60f8b0e09d6a2527f1e47ff8696c..d05db9d4966f0159cba9a64c611fc5ef62595bce 100644
(file)
--- a/
doc/lua_api.txt
+++ b/
doc/lua_api.txt
@@
-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`