Class TftArmoryActionButtonData
Inheritance
System.Object
TftArmoryActionButtonData
Implements
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 SourceActionButton
Declaration
public MetaHash ActionButton { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
DisableOnAction
Declaration
public bool DisableOnAction { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DynamicNumericText
Declaration
public MetaHash DynamicNumericText { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
DynamicNumericTextColor
Declaration
public Color DynamicNumericTextColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
DynamicNumericTextDisabledColor
Declaration
public Color DynamicNumericTextDisabledColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
DynamicNumericTextTra
Declaration
public string DynamicNumericTextTra { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsActiveByDefault
Declaration
public bool IsActiveByDefault { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NumericText
Declaration
public MetaHash NumericText { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
NumericTextDefault
Declaration
public int NumericTextDefault { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |