Files
wow_Meta/api/MusicPlayer_PlayPause.lua
2024-12-16 13:13:08 +01:00

4 lines
275 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