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

Search Results for

    Class SummonerIconData

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

    Properties

    | Improve this Doc View Source

    EsportsEventMutator

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

    EsportsTeam

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

    GameTexture

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

    GoldEsportsSupportIcon

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

    IconId

    Declaration
    public uint IconId { get; set; }
    Property Value
    Type Description
    System.UInt32

    Implements

    IMetaClass