8 lines
217 B
Lua
8 lines
217 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param unit string
|
|
---@param name string
|
|
---@return 1nil muted
|
|
---Returns whether a character has been muted by the player
|
|
function IsMuted(unit, name) end
|