StopAllTrackedSounds

From OxeyeWiki

Jump to: navigation, search

audio.stopAllTrackedSounds()

Stops all audio started with audio.startTrackedSound

Parameter Expected Type Description
No parameters
Returns

Returns nothing.

Daisymoon Audio Lib

Example

   for i=1,20 do
     audio.startTrackedSound("annoyingSound.wav")
   end

   audio.stopAllTrackedSounds()
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox