PetBattles..::..GetPetSpeciesID Method
Returns the species ID of a specific pet in the pet battle.
Namespace:
wManager.Wow.HelpersAssembly: wManager (in wManager.dll)
Syntax
public static int GetPetSpeciesID( PetBattles..::..PetFaction petFaction, int petId )
Public Shared Function GetPetSpeciesID ( _ petFaction As PetBattles..::..PetFaction, _ petId As Integer _ ) As Integer
public: static int^ GetPetSpeciesID( PetBattles..::..PetFaction^ petFaction, int^ petId )
Parameters
- petFaction
- Type: wManager.Wow.Helpers..::..PetBattles..::..PetFaction
1: Current player, 2: Opponent.
- petId
- Type: Int32
Accepted values are 1-3, but the order is based off of 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..