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

Search Results for

    Class TftArmorySlotData

    Inheritance
    System.Object
    TftArmorySlotData
    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 TftArmorySlotData : IMetaClass

    Properties

    | Improve this Doc View Source

    BadgeData

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

    ButtonStyles

    Declaration
    public Dictionary<string, MetaEmbedded<TftArmoryButtonStyleData>> ButtonStyles { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, MetaEmbedded<TftArmoryButtonStyleData>>
    | Improve this Doc View Source

    CharacterTierGroups

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

    DefaultButtonStyle

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

    DesaturateOnInactive

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

    ElementGroup

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

    IconMaskRegion

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

    ItemAction

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

    ItemActionButton

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

    ItemDragRegion

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

    ItemFootprintSelectedVfx

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

    ItemFootprintUnselectedVfx

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

    ItemIcon

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

    ItemIconBordered

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

    m3163504085

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

    RecipeHintButton

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

    SelectionCostText

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

    Traits

    Declaration
    public MetaContainer<MetaEmbedded<TftArmoryItemTraitData>> Traits { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<TftArmoryItemTraitData>>

    Implements

    IMetaClass