Search Results for

    Show / Hide Table of Contents

    Interface IConfig

    Defines the contract for basic config features.

    Namespace: Exiled.API.Interfaces
    Assembly: Exiled.API.dll
    Syntax
    public interface IConfig

    Properties

    | Improve this Doc View Source

    Debug

    Gets or sets a value indicating whether debug messages should be displayed in the console or not.

    Declaration
    bool Debug { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEnabled

    Gets or sets a value indicating whether the plugin is enabled or not.

    Declaration
    bool IsEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Extension Methods

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