com.onlineobject.objectnet Namespace

ILobby..::..IsPlayerRegistered Method

Checks if a player is registered in the lobby.

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

Syntax


bool IsPlayerRegistered(

	IPlayer player

)

Parameters

player
Type: com.onlineobject.objectnet..::..IPlayer
The player to check registration status for.

Return Value

True if the player is registered, false otherwise.