C4 Engine
C4 Engine API Documentation

RigidBodyController::PurgeContacts

Defined in:  C4Physics.h
Purges all contacts for a ridig body.
Prototype

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

PhysicsController::PurgeGeometryContacts