StopAllTrackedSounds
From OxeyeWiki
(Difference between revisions)
Thewreck (Talk | contribs)
(Created page with '{{AudioMethod | audio.stopAllTrackedSounds() | Stops all audio started with audio.startTrackedSound | {{NoParams}} | Returns nothing. }} === Example === <pre> for i=1,20 d...')
Newer edit →
(Created page with '{{AudioMethod | audio.stopAllTrackedSounds() | Stops all audio started with audio.startTrackedSound | {{NoParams}} | Returns nothing. }} === Example === <pre> for i=1,20 d...')
Newer edit →
Revision as of 13:40, 18 January 2010
|
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()