Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns the stats of a collected battle pet.

health, maxHealth, power, speed, rarity = C_PetJournal.GetPetStats(petID)

Arguments[]

petID
string - GUID of pet in Pet Journal (different than speciesID and displayID)

Returns[]

health
number - Current health of the pet. Zero or negative if the pet is dead.
maxHealth
number - Maximum health of the pet
power
number
speed
number
rarity
number - 1: "Poor", 2: "Common", 3: "Uncommon", 4: "Rare", 5: "Epic", 6: "Legendary"

Details[]

Use _G["BATTLE_PET_BREED_QUALITY"..rarity] to convert the rarity to a String while drawing on Blizzard's pre-existing localization information.

Patch changes[]

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

Advertisement