WoW API: HasPetSpells

From AddOn Studio
Jump to navigation Jump to search

WoW API < HasPetSpells

Returns how many spells/skills your pet has available.

hasPetSpells, petToken = HasPetSpells();

Parameters[edit]

Arguments[edit]

none

Returns[edit]

numSpells
Number - The number of pet spells/skills. nil if you do not have a pet out.
petToken
String - Pet type, can be "DEMON" or "PET".

Description[edit]

Returns how many spells/skills the pet has available. This is not the number that are on the pet bar - it is the number of spells/skills in the pet's spellbook.