StopAllTrackedSounds

From OxeyeWiki

Revision as of 13:41, 18 January 2010 by Thewreck (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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