Plugin.loadByName

Load the named plugin. Refs the plugin.

class Plugin
static
loadByName
(
string name
)

Parameters

name string

name of plugin to load

Return Value

Type: Plugin

a reference to a loaded plugin, or NULL on error.