Returns the current health of a specific pet in the current pet battle.


See also Pet battles functions.

Signature:

health = C_PetBattles.GetHealth(petOwner, petIndex)

Arguments:

  • petOwner - 1: Current player, 2: Opponent (number)
  • petIndex - Accepted values are 1-3, but the order is based off of the initial order. (number)

Returns:

  • health - The current health of the pet (number)