Returns whether a character has been muted by the player
See also Voice functions, Unit functions.
Signature:
muted
=
IsMuted("unit")
or
IsMuted("name")
Arguments:
unit
- A unit to query (string
, unitID)name
- The name of a unit to query (string
)
Returns:
muted
- 1 if the unit is muted; otherwise nil (1nil
)