RuyiNetLobby Class |
[This is preliminary documentation and is subject to change.]
Namespace: Ruyi.SDK.Online
public class RuyiNetLobby
The RuyiNetLobby type exposes the following members.
Name | Description | |
---|---|---|
RuyiNetLobby |
Create a lobby class from a Create response
|
Name | Description | |
---|---|---|
ConnectionString |
The connection string for starting a game.
| |
Created |
When the lobby was created.
| |
FreeSlots |
The number of free slots available.
| |
GameId |
The ID of the game this lobby belongs to.
| |
IsOpen |
Whether or not players can join the lobby.
| |
JSONAttributes |
JSON string containing custom attributes.
| |
LobbyId |
The unique ID of the lobby;
| |
LobbyState |
The current state of the lobby.
| |
LobbyType |
The type of lobby (PLAYER or RANKED).
| |
MaxSlots |
The maximum number of players that can join the lobby.
| |
MemberPlayerIds |
A list of player IDs of the members.
| |
OwnerPlayerId |
The ID of the player that currently owns this lobby.
| |
Updated |
When the lobby was last updated.
|
Name | Description | |
---|---|---|
(RuyiNetLobbyResponseData to RuyiNetLobby) |
Implicit conversion operator.
|