Search Results for

    Show / Hide Table of Contents

    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 Source

    Config

    The config for the EXILED Loader.

    Declaration
    [PluginConfig]
    public static Config Config
    Field Value
    Type Description
    Config

    Methods

    | Improve this Doc View Source

    Enable()

    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()

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX