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

6 lines
193 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