Api Sandbox Network LobbyInformation
struct

LobbyInformation

public sealed struct LobbyInformation

Properties

Name Type Description
IsFull Boolean True if this lobby is full (Members >= MaxMembers).
IsHidden Boolean True if this lobby should be hidden from server lists.

Methods

String Get(String key, String defaultValue = )

Fields

Name Type Description
LobbyId UInt64
OwnerId UInt64
Members Int32
MaxMembers Int32
Name String
Map String
Game String
Data Dictionary<String, String>
Assembly: Sandbox.Engine Namespace: Sandbox.Network Full Name: Sandbox.Network.LobbyInformation