FieldObject::GetFieldFlags
Defined in:
Returns the field flags.
C4Fields.h
Prototype
uint32 GetFieldFlags(void) const;
Description
The GetFieldFlags
function returns the field flags, which can be a combination (through logical OR) of the following constants.
kFieldExclusive |
The field is for exclusive use by a controller and does not globally affect rigid bodies or deformable bodies. |
See Also