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

Search Results for

    Class Champion

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

    Properties

    | Improve this Doc View Source

    AdditionalCharacters

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

    CatalogEntry

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

    ChampionItemRecommendations

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

    CharacterSelectionUiPlaceholderIconPath

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

    DefaultItemShopFilter

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

    FixedLoadScreenPosition

    Declaration
    public sbyte FixedLoadScreenPosition { get; set; }
    Property Value
    Type Description
    System.SByte
    | Improve this Doc View Source

    JunglePathRecommendations

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

    Name

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

    SpellRankUpRecommendations

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

    StatStoneSets

    Declaration
    public MetaContainer<MetaHash> StatStoneSets { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>

    Implements

    IMetaClass