Search Results for

    Show / Hide Table of Contents

    Class Config

    Inheritance
    System.Object
    Config
    Implements
    IConfig
    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.CreditTags
    Assembly: Exiled.CreditTags.dll
    Syntax
    public sealed class Config : IConfig

    Properties

    | Improve this Doc View Source

    BadgeOverride

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

    CustomPlayerInfoOverride

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

    Debug

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

    IgnoreDntFlag

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

    IsEnabled

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

    Mode

    Declaration
    public InfoSide Mode { get; }
    Property Value
    Type Description
    InfoSide

    Implements

    IConfig

    Extension Methods

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