C4 Engine
C4 Engine API Documentation

Property::GetPropertyFlags

Defined in:  C4Properties.h
Returns the property flags.
Prototype

uint32 GetPropertyFlags(voidconst;

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

Property::SetPropertyFlags