IsAttackSpell

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

Returns true if a spellbook item is the "Auto Attack" spell.

isAttack = IsAttackSpell(spellName)

Arguments

spellName
string - The spell name to test.

Returns

isAttack
Flag - Returns 1 if the spell is the "Attack" spell, nil otherwise