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

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