C4 Engine Terathon Software C4 Engine API Documentation

• Physics Manager

API Links
Developer Links

FieldObject::GetFieldFlags

Defined in:  C4Fields.h
Returns the field flags.
Prototype

unsigned_int32 GetFieldFlags(voidconst;

Description
The GetFieldFlags function returns the field flags, which can be a combination (through logical OR) of the following values.
kFieldExclusive The field is for exclusive use by a controller and does not globally affect rigid bodies.
The initial value for the field flags is 0.
See Also

FieldObject::SetFieldFlags