RigidBodyController::PurgeContacts
Defined in:
Purges all contacts for a ridig body.
C4Physics.hPrototype
void PurgeContacts(void);
Description
The PurgeContacts function purges all contacts for a rigid body. If this function is called from within an overridden RigidBodyController::HandleNewRigidBodyContact or RigidBodyController::HandleNewGeometryContact function, then the value returned by those functions should be kRigidBodyContactsBroken.
See Also
