Contents
← WoW API < IsAttackSpell
Determine whether spell is the "Attack" spell.
isAttack = IsAttackSpell(spellName)
Parameters[edit | edit source]
Arguments[edit | edit source]
- spellName
- String - The spell name to test.
Returns[edit | edit source]
- isAttack
- Flag - Returns 1 if the spell is the "Attack" spell, nil otherwise
Community content is available under CC-BY-SA unless otherwise noted.