Returns whether one unit can assist another


See also Unit functions.

Signature:

canAssist = UnitCanAssist("unit", "unit")

Arguments:

  • unit - A unit (string, unitID)
  • unit - Another unit (string, unitID)

Returns:

  • canAssist - 1 if the first unit can assist the second; otherwise nil (1nil)