WoW API: IsSpellKnown

From AddOn Studio
Jump to navigation Jump to search

WoW API < IsSpellKnown

isKnown = IsSpellKnown(spellID, isPetSpell)

Arguments[edit]

spellID
integer - the spell ID number
isPetSpell
boolean (optional) - if true, will check if the currently active pet knows the spell; if false or omitted, will check if the player knows the spell

Returns[edit]

isKnown
boolean - whether the player (or pet) knows the given spell