Value::HasMember

Value::HasMember
SF_INLINE bool HasMember(const char* name) const;
Description

HasMember checks if an object member exists. Only valid for Object types (including Array and DisplayObject).

Parameters
Parameters 
Description 
const char* name 
The name of the member. 
Return Value

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.