Add meta
This commit is contained in:
5
Meta/api/PlayMusic.lua
Normal file
5
Meta/api/PlayMusic.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@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
|
||||
Reference in New Issue
Block a user