Files
wow_Meta/api/PlayMusic.lua
2025-05-04 15:15:00 +02:00

7 lines
409 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param musicfile string
---Plays an audio file as background music. Any other background music that is currently playing will be faded out as the new music begins; if the Sound_ZoneMusicNoDelay is set, music will loop continuously until StopMusic() is called. WoW supports WAV, MP3 and Ogg audio formats.
function PlayMusic(musicfile) end