Rebornbuddy
|
Static Public Member Functions | |
static void | Add (BotPlugin p) |
static void | SetEnabledPlugins (params string[] plugins) |
Reload all plugins from the specified directory. | |
static IEnumerable< string > | GetEnabledPlugins () |
Gets the enabled plugins. | |
static void | PulseAllPlugins () |
Pulses all plugins. | |
static void | PulsePlugin (IBotPlugin plugin) |
Pulses a specific plugin instance. |
Properties | |
static string | PluginDirectory [get] |
static AsyncObservableCollection< PluginContainer > | Plugins [get, set] |
Gets all the currently loaded plugins. |
Events | |
static EventHandler< EventArgs > | OnPluginsReloaded |
Occurs when [on plugins reloaded]. |
|
static |
|
static |
Gets the enabled plugins.
Created 4/26/2012.
|
static |
Pulses all plugins.
Created 3/21/2012.
|
static |
Pulses a specific plugin instance.
Created 3/21/2012.
plugin | The plugin. |
|
static |
Reload all plugins from the specified directory.
Created 3/21/2012.
pluginsDirectory | Pathname of the plugins directory. |
reloadOnFileChange | true to reload on file change. |
Sets a list of plugins to be enabled.
Created 4/26/2012.
plugins | A variable-length parameters list containing plugins. |
|
staticget |
|
staticgetset |
Gets all the currently loaded plugins.
The plugins.
|
static |
Occurs when [on plugins reloaded].
Created 2012-06-07