com.onlineobject.objectnet Namespace

NetworkContainerBase..::..IsRegistered Method (GameObject)

Checks if the GameObject is registered as a network element.

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

Syntax


public bool IsRegistered(

	GameObject element

)

Parameters

element
Type: GameObject
The GameObject to check.

Return Value

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