Table of Contents

Class LoaderPlugin

Namespace
Exiled.Loader
Assembly
Exiled.Loader.dll

The Northwood LabAPI Plugin class for the EXILED Loader.

public class LoaderPlugin : Plugin<Config>
Inheritance
Plugin
Plugin<Config>
LoaderPlugin
Inherited Members
Plugin<Config>.LoadConfigs()
Plugin<Config>.SaveConfig()
Plugin<Config>.ConfigFileName
Plugin.ToString()
Plugin.IsTransparent
Plugin.Properties
Plugin.FilePath
Extension Methods

Fields

Config

The config for the EXILED Loader.

public static Config Config

Field Value

Config

Instance

The config for the EXILED Loader.

public static LoaderPlugin Instance

Field Value

LoaderPlugin

Properties

Author

Gets the Author of the EXILED Loader.

public override string Author { get; }

Property Value

string

Description

Gets the Description of the EXILED Loader.

public override string Description { get; }

Property Value

string

Name

Gets the Name of the EXILED Loader.

public override string Name { get; }

Property Value

string

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

Version

Gets the Exiled Version.

public override Version Version { get; }

Property Value

Version

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