pub unsafe extern "C" fn iplSimulatorRunPathing(
    simulator: IPLSimulator
)
Expand description

Runs a pathing simulation for all sources added to the simulator.

This function can be CPU intensive, and should be called from a separate thread in order to not block either the audio processing thread or the game’s main update thread.

\param simulator The simulator being used.