WoW:API IsAttackSpell: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Page created)
 
m (Move page script moved page API IsAttackSpell to API IsAttackSpell without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

WoW API < IsAttackSpell

Determine whether spell is the "Attack" spell.

isAttack = IsAttackSpell(spellName)

Parameters[edit]

Arguments[edit]

spellName
String - The spell name to test.

Returns[edit]

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