Kameloso.issuePluginCallImpl

Issues a call to all plugins, where such a call is one of "initialise", "setup", "start", "initResources" or "reload". This invokes their module-level functions of the same name, where available.

In the case of "initialise" and "initResources", the call does not care whether the plugins are enabled, but in all other cases they are skipped if so.

class Kameloso
private
void
issuePluginCallImpl
(
string call
)
()
if (
call.among!("initialise", "setup", "reload", "initResources")
)

Parameters

call

String name of call to issue to all plugins.