Files
wow-weakauras/Meta/api/Sound_GameSystem_GetOutputDriverNameByIndex.lua
2024-11-07 23:12:37 +01:00

5 lines
207 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---Returns the name of the given game sound output driver
function Sound_GameSystem_GetOutputDriverNameByIndex(index) end