pX_pause( int stop );

This function pauses the NVIDIA PhysX engine or rather the physX_run function.

Parameters:

stop 1 = pause PhysX , 0 = run PhysX

Speed:

Fast

Example:

pX_pause( 1 );

See also:

physX_run