C4 Engine Terathon Software C4 Engine API Documentation

• Physics Manager

API Links
Developer Links

JointObject::SetJointFlags

Defined in:  C4Contacts.h
Sets the joint flags.
Prototype

void SetJointFlags(unsigned_int32 flags);

Parameters
flags The new joint flags. See below for possible values.
Description
The SetJointFlags function sets the joint flags. The flags parameter can be a combination (through logical OR) of the following values.
kJointBreakable The joint can be broken if enough force is applied.
The initial value of the joint flags is 0.
See Also

JointObject::GetJointFlags