Class LoaderPlugin
The Northwood PluginAPI Plugin class for the EXILED Loader.
Inheritance
System.Object
LoaderPlugin
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.Loader
Assembly: Exiled.Loader.dll
Syntax
public class LoaderPlugin
Fields
| Improve this Doc View SourceConfig
The config for the EXILED Loader.
Declaration
[PluginConfig]
public static Config Config
Field Value
Type | Description |
---|---|
Config |
Methods
| Improve this Doc View SourceEnable()
Called by PluginAPI when the plugin is enabled.
Declaration
[PluginEntryPoint("Exiled Loader", null, "Loads the EXILED Plugin Framework.", "Exiled-Team")]
[PluginPriority((byte)0)]
public void Enable()