C_SpellBook.HasPetSpells

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 11.0.0

Returns the number of available abilities for the player's combat pet.

numSpells, petToken = C_SpellBook.HasPetSpells()

Returns

numSpells
number - The number of pet abilities available, or nil if you do not have a pet with a spell book.
petToken
string - Pet type, can be "DEMON" or "PET".

Description

  • This numSpells return value is not the number that are on the pet bar, but the number of entries in the pet's spell book.

Patch changes