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

Search Results for

    Class TftArmoryViewController

    Inheritance
    System.Object
    ViewController
    TftArmoryViewController
    Implements
    IMetaClass
    Inherited Members
    ViewController.PathHashToSelf
    ViewController.BackViewControllerLink
    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 TftArmoryViewController : ViewController, IMetaClass

    Properties

    | Improve this Doc View Source

    AllowSingleItemSelection

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

    ArmoryActionButtons

    Declaration
    public Dictionary<byte, MetaEmbedded<TftArmoryActionButtonData>> ArmoryActionButtons { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.Byte, MetaEmbedded<TftArmoryActionButtonData>>
    | Improve this Doc View Source

    ArmoryStyle

    Declaration
    public byte ArmoryStyle { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    BadgeDisplayProperty

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

    BaseLoadable

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

    CanSellDuringArmory

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

    ClickShowRecipeHintTraKey

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

    CurrentGoldIcon

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

    CurrentGoldText

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

    FullDescriptionTraKey

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

    GoldScene

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

    HasTimerBar

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

    HideButtonScene

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

    HoverTooltipOffsetAboveTitle

    Declaration
    public uint HoverTooltipOffsetAboveTitle { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    ItemSlotData

    Declaration
    public MetaEmbedded<TftArmorySlotData> ItemSlotData { get; set; }
    Property Value
    Type Description
    MetaEmbedded<TftArmorySlotData>
    | Improve this Doc View Source

    ItemSpace

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

    MainScene

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

    MaxItemSlot

    Declaration
    public uint MaxItemSlot { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    MobileOverrideLoadable

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

    PreArmoryVfx

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

    RecipeHintTraKey

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

    SellAreas

    Declaration
    public MetaContainer<MetaEmbedded<TftSellArea>> SellAreas { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<TftSellArea>>
    | Improve this Doc View Source

    ShouldHideButtonsOnChoice

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

    TimeoutDoubleClickPrevention

    Declaration
    public float TimeoutDoubleClickPrevention { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    TimeoutPreventClicksOnShow

    Declaration
    public float TimeoutPreventClicksOnShow { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    TimeoutVfxDuration

    Declaration
    public float TimeoutVfxDuration { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    TimeoutVfxOnToggleButton

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

    TimerBarBackground

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

    TimerElementGroup

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

    TimerFillTexture

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

    TimerText

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

    TitleText

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

    ToggleMainViewButton

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

    UseToggleButtonOnPc

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

    Implements

    IMetaClass