com.onlineobject.objectnet Namespace

NetworkContainerBase..::..IsRegistered Method (UInt16)

Checks if a player is registered using their player ID.

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

Syntax


public bool IsRegistered(

	ushort playerId

)

Parameters

playerId
Type: UInt16
The player ID to check.

Return Value

True if the player is registered, otherwise false.