diff options
author | madmaxoft <github@xoft.cz> | 2013-12-29 14:48:58 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-12-29 14:48:58 +0100 |
commit | 61254d035643de23013b8995a7385ac79a673cbd (patch) | |
tree | 1f4fa01fffdeb510ace3f1da3cd274b3b45be1fe /MCServer/Plugins/APIDump/Hooks | |
parent | APIDump: Static files overwrite their destination. (diff) | |
download | cuberite-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')
-rw-r--r-- | MCServer/Plugins/APIDump/Hooks/OnPluginsLoaded.lua | 4 |
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 = [[ |