Class TftLobbyViewController
Inheritance
System.Object
TftLobbyViewController
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 TftLobbyViewController : LobbyViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<LobbyBottomButtons> BottomButtons { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink CustomButtonPopupViewController { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool DoubleUpFullLobbyEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public Dictionary<string, MetaEmbedded<LobbyLabFields>> EventTypeFields { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Dictionary<uint, MetaEmbedded<LobbyLabFields>> GameTypeFields { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LabPopupHitRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<LobbyLeaderControls> LeaderControls { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Dictionary<byte, LobbyLayout> LobbyLayouts { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.Byte, LobbyLayout> |
|
|
Improve this Doc
View Source
Declaration
public MetaHash m1202347894 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash m238104591 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash m252323447 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Dictionary<MetaHash, MetaEmbedded<TftLobbyCustomAssets>> m3818377611 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash m894249877 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string RankAndRatedTraKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string RankOnlyTraKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string RatedOnlyTraKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaHash ReadyCheckAcceptVfx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ReadyCheckDeclineVfx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ReadyCheckTimerVfx { get; set; }
Property Value
Implements