SF_INLINE bool DeleteMember(const char* name);
DeleteMember deletes a member from an object. Only valid for Object types (including Array and DisplayObject).
Parameters |
Description |
const char* name |
The name of the member to be deleted. |
True if the member was deleted, otherwise false. A false value will also be returned if the Value is a reference to a display object, and the display object was unloaded.