FlyoutHasSpell

From Warcraft Wiki
Jump to navigation Jump to search
Game Types
Links
Patch
Added in 5.1.0 / 4.4.0 / 1.15.3

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 changes