FieldObject::SetFieldFlags
Defined in: C4Fields.h
Sets the field flags.
Prototype
void SetFieldFlags(unsigned_int32 flags);
Parameters
flags |
The new field flags.
|
Description
The SetFieldFlags function sets the field flags to the value specified by the flags parameter, 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::GetFieldFlags
|