WoW API: IsAttackSpell

Revision as of 04:46, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API IsAttackSpell to API IsAttackSpell without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < IsAttackSpell

Determine whether spell is the "Attack" spell.

isAttack = IsAttackSpell(spellName)

ParametersEdit

ArgumentsEdit

spellName
String - The spell name to test.

ReturnsEdit

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