UnitIsTappedByAllThreatList

From Warcraft Wiki
Jump to navigation Jump to search
Links
Info
Added in 3.1.0

Returns whether the kill credit/quest loot for the unit is shared by everyone on its threat list.

tappedByAll = UnitIsTappedByAllThreatList("unit")

Arguments

unit
String (unitId) - Unit to query.

Returns

tappedByAll
Flag - 1 if the kill credit/quest loot is shared among everyone on its threat list, nil if only the person who tapped the unit initially gets credit.

See also

Patch changes