Class SummonerIconData
Inheritance
System.Object
SummonerIconData
Implements
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 SourceEsportsEventMutator
Declaration
public string EsportsEventMutator { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EsportsTeam
Declaration
public MetaObjectLink EsportsTeam { get; set; }
Property Value
Type | Description |
---|---|
MetaObjectLink |
GameTexture
Declaration
public string GameTexture { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GoldEsportsSupportIcon
Declaration
public bool GoldEsportsSupportIcon { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IconId
Declaration
public uint IconId { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |