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

7 lines
234 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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