League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class LobbyLayout

    Inheritance
    System.Object
    LobbyLayout
    Implements
    IMetaClass
    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 LobbyLayout : IMetaClass

    Properties

    | Improve this Doc View Source

    CustomButtonPopupAnchor

    Declaration
    public MetaHash CustomButtonPopupAnchor { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    MaxPlayerCount

    Declaration
    public uint MaxPlayerCount { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    OtherPlayerPortraitData

    Declaration
    public MetaEmbedded<LobbyPlayerData> OtherPlayerPortraitData { get; set; }
    Property Value
    Type Description
    MetaEmbedded<LobbyPlayerData>
    | Improve this Doc View Source

    SelfPortraitData

    Declaration
    public MetaEmbedded<LobbyPlayerData> SelfPortraitData { get; set; }
    Property Value
    Type Description
    MetaEmbedded<LobbyPlayerData>
    | Improve this Doc View Source

    SelfSwappable

    Declaration
    public bool SelfSwappable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SlotHandles

    Declaration
    public MetaContainer<MetaHash> SlotHandles { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>
    | Improve this Doc View Source

    TeamBorders

    Declaration
    public MetaContainer<MetaHash> TeamBorders { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>
    | Improve this Doc View Source

    TeamSize

    Declaration
    public uint TeamSize { get; set; }
    Property Value
    Type Description
    System.UInt32

    Implements

    IMetaClass