wManager.Wow.Helpers Namespace
WRobot

PetBattles..::..ChangePet Method

Changes the active pet out for a different pet in a pet battle.

Namespace:  wManager.Wow.Helpers
Assembly:  wManager (in wManager.dll)

Syntax


public static void ChangePet(
	int petId
)
Public Shared Sub ChangePet ( _
	petId As Integer _
)
public:
static void ChangePet(
	int^ petId
)

Parameters

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..