wManager.Wow.Helpers Namespace
WRobot

PetBattles..::..GetAbilityInfo Method

Gets the ability information.

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

Syntax


public static PetBattles..::..AbilityInfo GetAbilityInfo(
	PetBattles..::..PetFaction petFaction,
	int petId,
	int abilityIndex
)
Public Shared Function GetAbilityInfo ( _
	petFaction As PetBattles..::..PetFaction, _
	petId As Integer, _
	abilityIndex As Integer _
) As PetBattles..::..AbilityInfo
public:
static PetBattles..::..AbilityInfo^ GetAbilityInfo(
	PetBattles..::..PetFaction^ petFaction, 
	int^ petId, 
	int^ abilityIndex
)

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..
abilityIndex
Type: Int32
Accepted values are 1-3, corresponding to the ability buttons from left to right.

Return Value

AbilityInfo.