StopAllMusic
From OxeyeWiki
(Difference between revisions)
Thewreck (Talk | contribs)
(Created page with '{{AudioMethod | audio.stopAllMusic() | Stops all audio started with audio.playMusic | {{NoParams}} | Returns nothing. }} === Example === <pre> audio.playMusic("suspense.og...')
(Created page with '{{AudioMethod | audio.stopAllMusic() | Stops all audio started with audio.playMusic | {{NoParams}} | Returns nothing. }} === Example === <pre> audio.playMusic("suspense.og...')
Latest revision as of 13:38, 18 January 2010
|
audio.stopAllMusic() | ||
|
Stops all audio started with audio.playMusic | ||
| Parameter | Expected Type | Description |
| No parameters | ||
| Returns | ||
|
Returns nothing. | ||
| Daisymoon Audio Lib |
|---|
Example
audio.playMusic("suspense.ogg")
audio.playMusic("boss.ogg")
audio.stopAllMusic()