Beta Documentation - Subject to change.

Loads the plugin that is requested.

Syntax

Lua
function PluginManager.LoadPlugin(pluginName);

Parameters

pluginName
Type: string
The name of the plugin to load as specified in its plugin definition file.

Remarks

Loads the plugin that is requested if it is available to load.

See Also