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

Search Results for

    Class TftMapSkin

    Inheritance
    System.Object
    BaseLoadoutData
    TftMapSkin
    Implements
    ICatalogEntryOwner
    IMetaClass
    Inherited Members
    BaseLoadoutData.CatalogEntry
    BaseLoadoutData.DescriptionTraKey
    BaseLoadoutData.NameTraKey
    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 TftMapSkin : BaseLoadoutData, ICatalogEntryOwner, IMetaClass

    Properties

    | Improve this Doc View Source

    AwayGoldMineSkinId

    Declaration
    public ushort AwayGoldMineSkinId { get; set; }
    Property Value
    Type Description
    System.UInt16
    | Improve this Doc View Source

    BankUnitList

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

    Characters

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

    Disabled

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

    GroupLink

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

    HomeGoldMineSkinId

    Declaration
    public ushort HomeGoldMineSkinId { get; set; }
    Property Value
    Type Description
    System.UInt16
    | Improve this Doc View Source

    m2385134423

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

    MapContainer

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

    Rarity

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

    ResourceResolver

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

    RotationalShopItemData

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

    StandaloneLoadoutsIcon

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

    StandaloneLoadoutsLargeIcon

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

    TrovesHighlightVfx

    Declaration
    public MetaHash TrovesHighlightVfx { get; set; }
    Property Value
    Type Description
    MetaHash

    Implements

    ICatalogEntryOwner
    IMetaClass