Files
wow_Meta/api/MusicPlayer_PlayPause.lua
2025-05-04 14:35:26 +02:00

5 lines
276 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Causes iTunes to start or pause playback. 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_PlayPause() end