1
0

APIDump: Fixed a factual error in OnPluginsLoaded description.

This commit is contained in:
madmaxoft 2013-12-29 14:48:58 +01:00
parent 61af77a5c5
commit 61254d0356

View File

@ -6,8 +6,8 @@ return
DefaultFnName = "OnPluginsLoaded", -- also used as pagename DefaultFnName = "OnPluginsLoaded", -- also used as pagename
Desc = [[ Desc = [[
This callback gets called when the server finishes loading and initializing plugins. This is the 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 perfect occasion for a plugin to query other plugins through {{cPluginManager}}:GetPlugin() and
the {{cPluginManager}}:Call() function. possibly start communicating with them using the {{cPlugin}}:Call() function.
]], ]],
Params = {}, Params = {},
Returns = [[ Returns = [[