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

6 lines
198 B
Lua

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