Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns the experience values of a specific pet in the current pet battle.

xp, maxXp = C_PetBattles.GetXP(petOwner, petIndex)

Arguments[]

petOwner
number - 1: Current player, 2: Opponent
petIndex
number - Accepted values are 1-3, but the order is based on the initial order. Which pet is currently active is irrelevant to the index, if it was your 3rd pet when you entered battle, it will always be 3 on the index.

Returns[]

xp
number - Current experience progress towards the next level of the pet
maxXp
number - Total amount of experience required for the pet's current level to increase

Patch changes[]

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

See also[]

Advertisement