com.onlineobject.objectnet Namespace

INetworkContainer..::..IsRegistered Method (UInt16)

Checks if a player ID is associated with a registered network element.

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

Syntax


bool IsRegistered(

	ushort playerId

)

Parameters

playerId
Type: UInt16
The player ID to check.

Return Value

True if the player ID is associated with a registered element, false otherwise.