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

6 lines
194 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@return string name
---Returns the name of a character on the mute list
function GetMuteName(index) end