JointObject::GetBreakingForce
Defined in:
Returns the breaking force for a joint.
C4Joints.h
Prototype
float GetBreakingForce(void) const;
Description
The GetBreakingForce
function returns the breaking force for a joint, measured in kilonewtons (kN). The breaking force is only used if the kJointBreakable
flag is set for the joint.
See Also