NetworkLobbyManager Methods
The NetworkLobbyManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
CloseLobby |
Closes a lobby and returns the players that were in it.
|
|
CreateLobby(String) |
Creates a new lobby with an optional name.
|
|
CreateLobby(UInt16, String) |
Creates a new lobby with a specified ID and name.
|
|
GetLobbies |
Retrieves all lobbies.
|
|
GetLobbiesCount |
Gets the count of current lobbies.
|
|
GetLobby(UInt16) |
Retrieves a lobby by its ID.
|
|
GetLobby(IPlayer) |
Retrieves the lobby a player is currently in.
|
|
HasLobby |
Checks if a lobby with the specified ID exists.
|
|
InLobby |
Determines if a player is in a lobby and outputs the lobby.
|
|
RegisterPlayer |
Registers a player to a lobby.
|
|
UnregisterPlayer |
Unregisters a player from any lobby they are currently registered in.
|