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

Search Results for

    Class ItemShopGameModeData

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

    Properties

    | Improve this Doc View Source

    AllItemGroupDefinitionsOverride

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

    BootsQuickBuyData

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

    CompletedItems

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

    ConsumablesQuickBuyData

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

    PurchasedItemExclusionItems

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

    RecFallbackMapId

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

    RecFallbackModeName

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

    RecItemsSwaps

    Declaration
    public Dictionary<uint, uint> RecItemsSwaps { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.UInt32, System.UInt32>
    | Improve this Doc View Source

    RecOverrideSmiteStartingItems

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

    RecRoleSwaps

    Declaration
    public Dictionary<MetaHash, MetaHash> RecRoleSwaps { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<MetaHash, MetaHash>

    Implements

    IMetaClass