FlyoutHasSpell
Returns whether a flyout contains a specific spell.
hasSpell = FlyoutHasSpell(flyoutID, spellID)
Arguments
- flyoutID
- Number - flyout ID (as returned by GetSpellBookItemInfo or GetActionInfo).
- spellID
- Number - spell ID.
Returns
- hasSpell
- Boolean - true if the flyout contains the specified spell, false otherwise.
Patch history
Patch 5.1.0 / API changes (2012-11-27): Added.