Search Results for

    Show / Hide Table of Contents

    Class Config

    The plugin's 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.CustomRoles
    Assembly: Exiled.CustomRoles.dll
    Syntax
    public class Config : IConfig

    Properties

    | Improve this Doc View Source

    ActivateOnlySelected

    Gets or sets a value indicating whether abilities that are not the keypress primary can still be activated.

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

    Debug

    Gets or sets a value indicating whether debug messages should be printed to the console.

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

    System.Boolean.

    | Improve this Doc View Source

    FailedActionHint

    Gets or sets the hint that is shown when someone fails to use a ActiveAbility.

    Declaration
    public Broadcast FailedActionHint { get; set; }
    Property Value
    Type Description
    Broadcast
    | Improve this Doc View Source

    GotRoleHint

    Gets the hint that is shown when someone gets a CustomRole.

    Declaration
    public Broadcast GotRoleHint { get; }
    Property Value
    Type Description
    Broadcast
    | Improve this Doc View Source

    IsEnabled

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

    SwitchedAbilityHint

    Gets or sets the hint that is shown when someone switches their selected ActiveAbility.

    Declaration
    public Broadcast SwitchedAbilityHint { get; set; }
    Property Value
    Type Description
    Broadcast
    | Improve this Doc View Source

    UsedAbilityHint

    Gets the hint that is shown when someone used an ActiveAbility.

    Declaration
    public Broadcast UsedAbilityHint { get; }
    Property Value
    Type Description
    Broadcast
    | Improve this Doc View Source

    UseKeypressActivation

    Gets or sets a value indicating whether keypress ability activations can be used on the server.

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

    Implements

    IConfig

    Extension Methods

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