Table of Contents
Script::stopSoundSource
Stops a playing or paused sound.
void stopSoundSource(SoundSourceID soundSourceID);
Name
Type
Description
soundSourceID
SoundSourceID
The sound source to stop.
None.