com.onlineobject.objectnet Namespace

NetworkLobbyManager..::..GetLobby Method (IPlayer)

Retrieves the lobby a player is currently in.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public ILobby GetLobby(

	IPlayer player

)

Parameters

player
Type: com.onlineobject.objectnet..::..IPlayer
The player whose lobby is to be retrieved.

Return Value

The lobby the player is in, or null if the player is not in any lobby.