Wowpedia

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

READ MORE

Wowpedia
(First early commit - not all information is complete)
 
Line 14: Line 14:
 
== Patch history ==
 
== Patch history ==
 
{{Patch 5.0.4|note=Added.}}
 
{{Patch 5.0.4|note=Added.}}
  +
  +
== See also ==
  +
* {{api|C_PetBattles.GetAllEffectNames}}()

Revision as of 01:57, 17 February 2013

Returns the effect info for a pet's ability.

value = C_PetBattles.GetAbilityEffectInfo(abilityID, turnIndex, effectIndex, effectName)

Arguments

abilityID
Number - ID of the ability.
turnIndex
Number
effectIndex
Number
effectName
String

Returns

value
Number

Patch history

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

See also