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

7 lines
217 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param index number
---Returns the name of the given chat system sound input driver
function Sound_ChatSystem_GetInputDriverNameByIndex(index) end