com.onlineobject.objectnet Namespace

NetworkManager..::..HasPlayers Method

Determines if there are any players in the specified lobby.

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

Syntax


public bool HasPlayers(

	ushort lobby

)

Parameters

lobby
Type: UInt16
The lobby ID to check, default is 0.

Return Value

True if there are players in the lobby, otherwise false.