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

6 lines
293 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---Causes iTunes to play the next track in sequence. Used by the iTunes Remote key bindings only available on the Mac OS X WoW client. Only has effect while the iTunes application is open.
function MusicPlayer_NextTrack() end