unregisterObject Method

Unregisters a previously registered object, with the Skyline Globe framework.

unregisterObject(name);

 

Parameter

Description

name

The name of the object to unregister and remove from the globals registry

Return Value

If the method succeeds, the return value is true. If the method fails, the return value is false. SGFramework.lastError contains the failure reason.