summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/Hooks/OnPluginsLoaded.lua
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-12-29 14:48:58 +0100
committermadmaxoft <github@xoft.cz>2013-12-29 14:48:58 +0100
commit61254d035643de23013b8995a7385ac79a673cbd (patch)
tree1f4fa01fffdeb510ace3f1da3cd274b3b45be1fe /MCServer/Plugins/APIDump/Hooks/OnPluginsLoaded.lua
parentAPIDump: Static files overwrite their destination. (diff)
downloadcuberite-61254d035643de23013b8995a7385ac79a673cbd.tar
cuberite-61254d035643de23013b8995a7385ac79a673cbd.tar.gz
cuberite-61254d035643de23013b8995a7385ac79a673cbd.tar.bz2
cuberite-61254d035643de23013b8995a7385ac79a673cbd.tar.lz
cuberite-61254d035643de23013b8995a7385ac79a673cbd.tar.xz
cuberite-61254d035643de23013b8995a7385ac79a673cbd.tar.zst
cuberite-61254d035643de23013b8995a7385ac79a673cbd.zip
Diffstat (limited to 'MCServer/Plugins/APIDump/Hooks/OnPluginsLoaded.lua')
-rw-r--r--MCServer/Plugins/APIDump/Hooks/OnPluginsLoaded.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/MCServer/Plugins/APIDump/Hooks/OnPluginsLoaded.lua b/MCServer/Plugins/APIDump/Hooks/OnPluginsLoaded.lua
index d36cdf5c5..0d5b7271e 100644
--- a/MCServer/Plugins/APIDump/Hooks/OnPluginsLoaded.lua
+++ b/MCServer/Plugins/APIDump/Hooks/OnPluginsLoaded.lua
@@ -6,8 +6,8 @@ return
DefaultFnName = "OnPluginsLoaded", -- also used as pagename
Desc = [[
This callback gets called when the server finishes loading and initializing plugins. This is the
- perfect occasion for a plugin to query other plugins and possibly start communicating with them using
- the {{cPluginManager}}:Call() function.
+ perfect occasion for a plugin to query other plugins through {{cPluginManager}}:GetPlugin() and
+ possibly start communicating with them using the {{cPlugin}}:Call() function.
]],
Params = {},
Returns = [[