Class LobbyReadyCheck
Inheritance
System.Object
LobbyReadyCheck
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 LobbyReadyCheck : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash AcceptButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash AcceptedVfx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash DeclineButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string DefaultQueueIdTitleTraKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MatchFoundText
Declaration
public MetaHash MatchFoundText { get; set; }
Property Value
|
Improve this Doc
View Source
MatchInfoText
Declaration
public MetaHash MatchInfoText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Dictionary<long, string> QueueIdTitleTraKeys { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.Int64, System.String> |
|
|
Improve this Doc
View Source
Declaration
public MetaHash SceneHandle { get; set; }
Property Value
|
Improve this Doc
View Source
TimerText
Declaration
public MetaHash TimerText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TimerVfx { get; set; }
Property Value
Implements