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

8 lines
201 B
Lua

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