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