Delegate PluginManager.PluginDisableDelegate
An invoker for the PluginDisabled event.
Namespace: IPA.Loader
Assembly: IPA.Loader.dll
Syntax
public delegate void PluginDisableDelegate(PluginMetadata plugin, bool needsRestart);
Parameters
Type | Name | Description |
---|---|---|
PluginMetadata | plugin | the plugin that was disabled |
Boolean | needsRestart | whether it needs a restart to take effect |