com.onlineobject.objectnet Namespace

NetworkLobbyManager..::..HasLobby Method

Checks if a lobby with the specified ID exists.

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

Syntax


public bool HasLobby(

	ushort id

)

Parameters

id
Type: UInt16
The ID of the lobby to check.

Return Value

True if the lobby exists, false otherwise.