APIDump: Fixed a factual error in OnPluginsLoaded description.
This commit is contained in:
parent
61af77a5c5
commit
61254d0356
@ -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 = [[
|
||||||
|
Loading…
Reference in New Issue
Block a user