JointObject::GetJointFlags
Defined in: C4Contacts.h
Returns the joint flags.
Prototype
unsigned_int32 GetJointFlags(void) const;
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
|