Class LoaderPlugin
The Northwood LabAPI Plugin class for the EXILED Loader.
public class LoaderPlugin : Plugin<Config>
- Inheritance
-
PluginPlugin<Config>LoaderPlugin
- Inherited Members
-
Plugin<Config>.LoadConfigs()Plugin<Config>.SaveConfig()Plugin<Config>.ConfigFileNamePlugin.ToString()Plugin.IsTransparentPlugin.PropertiesPlugin.FilePath
- Extension Methods
Fields
Config
The config for the EXILED Loader.
public static Config Config
Field Value
Instance
The config for the EXILED Loader.
public static LoaderPlugin Instance
Field Value
Properties
Author
Gets the Author of the EXILED Loader.
public override string Author { get; }
Property Value
Description
Gets the Description of the EXILED Loader.
public override string Description { get; }
Property Value
Name
Gets the Name of the EXILED Loader.
public override string Name { get; }
Property Value
Priority
Gets the Exiled Priority load.
public override LoadPriority Priority { get; }
Property Value
- LoadPriority
RequiredApiVersion
Gets the RequiredApiVersion of the EXILED Loader.
public override Version RequiredApiVersion { get; }
Property Value
Version
Gets the Exiled Version.
public override Version Version { get; }
Property Value
Methods
Disable()
Called by LabAPI when the plugin is Disable.
public override void Disable()
Enable()
Called by LabAPI when the plugin is enabled.
public override void Enable()