IsCurrentSpell

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 2.3.0 / 1.13.2

Returns true if the specified spell ID is currently being casted or queued. If spell is current then action bar indicates its slot with highlighted frame.

isCurrent = IsCurrentSpell(spellID)

Arguments

spellID
number - spell ID to query.

Returns

isCurrent
boolean - true if currently being casted or queued, false otherwise.