StopAllTrackedSounds
From OxeyeWiki
| 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("fireball.wav")
   end
   audio.stopAllTrackedSounds()
				
								
								
												
			