WoW:API StopMusic: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Added information about how this function interacts with the built-in music)
({{wowapi}}, format)
Line 1: Line 1:
<center>'''StopMusic''' ''-Documentation by [[user:Holo|Holo]]-''</center>
{{wowapi}} __NOTOC__
 
Stops the currently played music file.
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
 
  StopMusic();
  StopMusic();


<!-- Describe the purpose of the function, though exhausting detail can be saved for a later section -->
==Notes==
 
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]].
This does '''not''' affect the built-in zone music, only music files that are played with [[API PlayMusic|PlayMusic]].
----
{{Template:WoW API}}

Revision as of 21:28, 23 December 2006

WoW API < StopMusic

Stops the currently played music file.

StopMusic();

Notes

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