Search Results for

    Show / Hide Table of Contents

    Class Plugin<TConfig, TTranslation>

    Expose how a plugin has to be made.

    Inheritance
    System.Object
    Plugin<TConfig>
    Plugin<TConfig, TTranslation>
    Implements
    IPlugin<TConfig>
    System.IComparable<IPlugin<IConfig>>
    Inherited Members
    Plugin<TConfig>.Assembly
    Plugin<TConfig>.Name
    Plugin<TConfig>.Prefix
    Plugin<TConfig>.Author
    Plugin<TConfig>.Priority
    Plugin<TConfig>.Version
    Plugin<TConfig>.RequiredExiledVersion
    Plugin<TConfig>.IgnoreRequiredVersionCheck
    Plugin<TConfig>.Commands
    Plugin<TConfig>.Config
    Plugin<TConfig>.InternalTranslation
    Plugin<TConfig>.ConfigPath
    Plugin<TConfig>.TranslationPath
    Plugin<TConfig>.OnEnabled()
    Plugin<TConfig>.OnDisabled()
    Plugin<TConfig>.OnReloaded()
    Plugin<TConfig>.OnRegisteringCommands()
    Plugin<TConfig>.OnUnregisteringCommands()
    Plugin<TConfig>.CompareTo(IPlugin<IConfig>)
    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.API.Features
    Assembly: Exiled.API.dll
    Syntax
    public abstract class Plugin<TConfig, TTranslation> : Plugin<TConfig>, IPlugin<TConfig>, IComparable<IPlugin<IConfig>> where TConfig : IConfig, new()
    
        where TTranslation : ITranslation, new()
    Type Parameters
    Name Description
    TConfig

    The config type.

    TTranslation

    The translation type.

    Constructors

    | Improve this Doc View Source

    Plugin()

    Initializes a new instance of the Plugin<TConfig, TTranslation> class.

    Declaration
    public Plugin()

    Properties

    | Improve this Doc View Source

    Translation

    Gets the plugin translations.

    Declaration
    public TTranslation Translation { get; }
    Property Value
    Type Description
    TTranslation

    Implements

    IPlugin<TConfig>
    System.IComparable<T>

    Extension Methods

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