6 lines
217 B
Lua
6 lines
217 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param unit string
|
|
---@return 1nil isIgnoredOrMuted
|
|
---Returns whether a unit can be heard due to ignored/muted status
|
|
function IsIgnoredOrMuted(unit) end |