com.onlineobject.objectnet Namespace

NetworkLobbyManager Methods

The NetworkLobbyManager type exposes the following members.

Methods


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