Returns whether a unit can be heard due to ignored/muted status


See also Unit functions, Voice functions.

Signature:

isIgnoredOrMuted = IsIgnoredOrMuted("unit")

Arguments:

  • unit - A unit to query (string, unitID)

Returns:

  • isIgnoredOrMuted - 1 if the unit is ignored or muted, nil otherwise (1nil)