C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

Property::GetPropertyFlags

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

unsigned_int32 GetPropertyFlags(voidconst;

Description
The GetPropertyFlags function returns the property flags, which can be zero or a combination (through logical OR) the following values.
kPropertyNonpersistent The property is skipped during world serialization.
kPropertyDisabled The property is disabled (but is still returned by Node::GetProperty).
See Also

Property::SetPropertyFlags