Table of Contents

Struct LobbyData

Namespace
Coherence.Cloud
Assembly
Coherence.Runtime.dll
public struct LobbyData

Fields

Closed

public bool Closed

Field Value

bool

Id

public string Id

Field Value

string

IsPrivate

public bool IsPrivate

Field Value

bool

MaxPlayers

public int MaxPlayers

Field Value

int

Name

public string Name

Field Value

string

OwnerId

public string OwnerId

Field Value

string

Region

public string Region

Field Value

string

RoomData

public RoomData? RoomData

Field Value

RoomData?

RoomId

public long RoomId

Field Value

long

SimulatorSlug

public string SimulatorSlug

Field Value

string

Tag

public string Tag

Field Value

string

Unlisted

public bool Unlisted

Field Value

bool

Properties

Attributes

public IReadOnlyList<CloudAttribute> Attributes { get; }

Property Value

IReadOnlyList<CloudAttribute>

Players

public IReadOnlyList<Player> Players { get; }

Property Value

IReadOnlyList<Player>

Methods

GetAttribute(string)

public CloudAttribute? GetAttribute(string key)

Parameters

key string

Returns

CloudAttribute?