WoW API: IsSpellKnown

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

WoW API < IsSpellKnown

isKnown = IsSpellKnown(spellID, isPetSpell)

Arguments

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

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