Files
wow_Meta/api/GetIgnoreName.lua
2025-05-04 14:35:26 +02:00

7 lines
192 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