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