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

Search Results for

    Class ItemRecommendationContext

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

    Properties

    | Improve this Doc View Source

    ChampionId

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

    CompletedItemMatrix

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

    IsDefaultPosition

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

    MapId

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

    ModeNameStringId

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

    PopularItems

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

    Position

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

    StartingItemBundles

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

    StartingItemMatrix

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

    UpgradeChoices

    Declaration
    public Dictionary<uint, MetaEmbedded<ItemRecommendationItemList>> UpgradeChoices { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.UInt32, MetaEmbedded<ItemRecommendationItemList>>

    Implements

    IMetaClass