Class LobbyBottomButtons
Inheritance
System.Object
LobbyBottomButtons
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 LobbyBottomButtons : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash CloseButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash InviteButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash RankedInfo { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash RankedInfoButton { get; set; }
Property Value
|
Improve this Doc
View Source
RankedInfoText
Declaration
public MetaHash RankedInfoText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string RankedTooltipTraKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string RankedTraKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaHash StartButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TeamPlannerButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string UnrankedTraKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaHash VietnameseRatingLabel { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Warning { get; set; }
Property Value
|
Improve this Doc
View Source
WarningText
Declaration
public MetaHash WarningText { get; set; }
Property Value
Implements