com.onlineobject.objectnet Namespace

INetworkContainer..::..IsRegistered Method (GameObject)

Checks if a GameObject is associated with a registered network element.

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

Syntax


bool IsRegistered(

	GameObject element

)

Parameters

element
Type: GameObject
The GameObject to check.

Return Value

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