League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class TftArmoryActionButtonData

    Inheritance
    System.Object
    TftArmoryActionButtonData
    Implements
    IMetaClass
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LeagueToolkit.Meta.Classes
    Assembly: LeagueToolkit.Meta.Classes.dll
    Syntax
    public class TftArmoryActionButtonData : IMetaClass

    Properties

    | Improve this Doc View Source

    ActionButton

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

    DisableOnAction

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

    DynamicNumericText

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

    DynamicNumericTextColor

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

    DynamicNumericTextDisabledColor

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

    DynamicNumericTextTra

    Declaration
    public string DynamicNumericTextTra { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IsActiveByDefault

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

    NumericText

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

    NumericTextDefault

    Declaration
    public int NumericTextDefault { get; set; }
    Property Value
    Type Description
    System.Int32

    Implements

    IMetaClass