Class LobbyPlayerData
Inheritance
System.Object
LobbyPlayerData
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public class LobbyPlayerData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash ArenaSkinIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash CustomButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash CustomButtonIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash DamageSkinIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash EditButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash EmptySlotButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash FrameRanked { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash FrameUnranked { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Group { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LittleLegendIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LoadoutsButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash m2126772653 { get; set; }
Property Value
|
Improve this Doc
View Source
NameText
Declaration
public MetaHash NameText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PartyLeaderIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash RandomLoadoutButton { get; set; }
Property Value
|
Improve this Doc
View Source
RankText
Declaration
public MetaHash RankText { get; set; }
Property Value
|
Improve this Doc
View Source
RankTextLine2
Declaration
public MetaHash RankTextLine2 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash SummonerIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash SummonerIconFrame { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash SwapButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool UseLeaderControlsModal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements