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

Search Results for

    Class TftItemCombineTooltipData

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

    Properties

    | Improve this Doc View Source

    ChampionIcon

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

    ChampionName

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

    ComponentIcons

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

    FourstarBadge

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

    ItemIconOne

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

    ItemIconTwo

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

    OnestarBadge

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

    Scene

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

    ThreestarBadge

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

    TwostarBadge

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

    Implements

    IMetaClass