C_PetJournal.PetIsSlotted

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

Returns whether a battle pet in your collection is part of your current battle pet team.

isSlotted = C_PetJournal.PetIsSlotted(petID)

Arguments

petID
string - GUID of a battle pet in your collection.

Returns

isSlotted
boolean - true if the battle pet is part of your current team (loadout), false otherwise.

Patch changes

Mists of Pandaria Patch 5.0.4 (2012-08-28): Added.