Search Results for

    Show / Hide Table of Contents

    Enum PluginPriority

    Provides simple and readable plugin priority values.

    Namespace: Exiled.API.Enums
    Assembly: Exiled.API.dll
    Syntax
    public enum PluginPriority

    Fields

    Name Description
    Default
    First

    Execute the plugin first, before other ones.

    High

    Higher plugin priority.

    Higher

    Higher plugin priority.

    Highest
    Last

    Execute the plugin last, after other ones.

    Low

    Low plugin priority.

    Lower

    Default plugin priority.

    Lowest
    Medium

    Medium plugin priority.

    See Also
    Priority

    Extension Methods

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