Search Results for

    Show / Hide Table of Contents

    Class Config

    The plugin's config class.

    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.CustomItems
    Assembly: Exiled.CustomItems.dll
    Syntax
    public class Config : IConfig

    Properties

    | Improve this Doc View Source

    Debug

    Declaration
    public bool Debug { get; set; }
    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

    PickedUpHint

    Gets the hint that is shown when someone pickups a CustomItem.

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

    SelectedHint

    Gets the hint that is shown when someone pickups a CustomItem.

    Declaration
    public Broadcast SelectedHint { get; }
    Property Value
    Type Description
    Broadcast

    Implements

    IConfig

    Extension Methods

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