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