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

5 lines
229 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param fullname string
---Adds the named character to the ignore list, or removes the character if already in the ignore list
function AddOrDelIgnore(fullname) end