WoW:API StopMusic: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
(Added information about how this function interacts with the built-in music)
Line 8: Line 8:


Stops the currently played music file.
Stops the currently played music file.
This does '''not''' affect the built-in zone music, only music files that are played with [[API PlayMusic|PlayMusic]].


----
----


{{Template:WoW API}}
{{Template:WoW API}}

Revision as of 22:31, 12 February 2006

StopMusic -Documentation by Holo-


StopMusic();


Stops the currently played music file. This does not affect the built-in zone music, only music files that are played with PlayMusic.


Template:WoW API