C_Commentator.IsTrackedSpellByUnit

From Warcraft Wiki
Jump to navigation Jump to search

Needs summary.

isTracked = C_Commentator.IsTrackedSpellByUnit(unitToken, spellID, category)

Arguments

unitToken
string : UnitId
spellID
number
category
Enum.TrackedSpellCategory
Value Field Description
0 Offensive
1 Defensive
2 Debuff
3 RacialAbility Added in 10.0.5
4 Count

Returns

isTracked
boolean

Patch changes

Shadowlands Patch 9.0.1 (2020-10-13): Added.