{{wowapi}}, format
m (Added RaidWarning sound to list) |
({{wowapi}}, format) |
||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
Play one of a set of built-in sounds. Other players will not hear the sound. | |||
PlaySound(SoundName); | PlaySound(SoundName); | ||
==Parameters== | |||
===Arguments=== | |||
:;SoundName : String - One of the below sound names (not all these actually make a sound) | :;SoundName : String - One of the below sound names (not all these actually make a sound) | ||
PVPENTERQUEUE - Sound for entering BG queue and when it refreshes periodicly | PVPENTERQUEUE - Sound for entering BG queue and when it refreshes periodicly | ||
PVPTHROUGHQUEUE - You are eligible to enter the battleground! | PVPTHROUGHQUEUE - You are eligible to enter the battleground! | ||
| Line 251: | Line 239: | ||
AuctionWindowClose | AuctionWindowClose | ||
==Example== | |||
PlaySound("LEVELUPSOUND"); | PlaySound("LEVELUPSOUND"); | ||