Property::GetPropertyFlags
Defined in:
Returns the property flags.
C4Properties.hPrototype
uint32 GetPropertyFlags(void) const;
Description
The GetPropertyFlags function returns the property flags, which can be zero or a combination (through logical OR) of the following constants.
kPropertyNonpersistent |
The property is skipped during world serialization. |
kPropertyDisabled |
The property is disabled (but is still returned by Node::GetProperty).
|
See Also
