com.onlineobject.objectnet Namespace

NetworkLobbyManager..::..InLobby Method

Determines if a player is in a lobby and outputs the lobby.

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

Syntax


public bool InLobby(

	IPlayer player,

	out ILobby playerLobby

)

Parameters

player
Type: com.onlineobject.objectnet..::..IPlayer
The player to check.
playerLobby
Type: com.onlineobject.objectnet..::..ILobby%
The lobby the player is in, if any.

Return Value

True if the player is in a lobby, false otherwise.