Class TftArmoryViewController
Inheritance
System.Object
TftArmoryViewController
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public class TftArmoryViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public bool AllowSingleItemSelection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public Dictionary<byte, MetaEmbedded<TftArmoryActionButtonData>> ArmoryActionButtons { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public byte ArmoryStyle { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public MetaHash BadgeDisplayProperty { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool CanSellDuringArmory { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public string ClickShowRecipeHintTraKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaHash CurrentGoldIcon { get; set; }
Property Value
|
Improve this Doc
View Source
CurrentGoldText
Declaration
public MetaHash CurrentGoldText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string FullDescriptionTraKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaHash GoldScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool HasTimerBar { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaHash HideButtonScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint HoverTooltipOffsetAboveTitle { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TftArmorySlotData> ItemSlotData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ItemSpace { get; set; }
Property Value
|
Improve this Doc
View Source
MainScene
Declaration
public MetaHash MainScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint MaxItemSlot { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink MobileOverrideLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PreArmoryVfx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string RecipeHintTraKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<TftSellArea>> SellAreas { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool ShouldHideButtonsOnChoice { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public float TimeoutDoubleClickPrevention { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float TimeoutPreventClicksOnShow { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float TimeoutVfxDuration { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash TimeoutVfxOnToggleButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TimerBarBackground { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TimerElementGroup { get; set; }
Property Value
|
Improve this Doc
View Source
TimerFillTexture
Declaration
public MetaHash TimerFillTexture { get; set; }
Property Value
|
Improve this Doc
View Source
TimerText
Declaration
public MetaHash TimerText { get; set; }
Property Value
|
Improve this Doc
View Source
TitleText
Declaration
public MetaHash TitleText { get; set; }
Property Value
|
Improve this Doc
View Source
ToggleMainViewButton
Declaration
public MetaHash ToggleMainViewButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool UseToggleButtonOnPc { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements