C4 Engine Terathon Software C4 Engine API Documentation

• Physics Manager

API Links
Developer Links

JointObject::GetJointFlags

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

unsigned_int32 GetJointFlags(voidconst;

Description
The GetJointFlags function returns the joint flags, which can be a combination (through logical OR) of the following values.
kJointBreakable The joint can be broken if enough force is applied.
See Also

JointObject::SetJointFlags