WoW:API IsPetAttackActive: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(upgraded deprecated template)
Line 1: Line 1:
{{wowapi}}
== Synopsis ==
== Synopsis ==


Line 6: Line 7:


The function only works when the player is using Eyes of the Beast to control their pet. Otherwise the function always returns false.
The function only works when the player is using Eyes of the Beast to control their pet. Otherwise the function always returns false.
----
{{WoW API}}

Revision as of 17:32, 6 January 2007

WoW API < IsPetAttackActive

Synopsis

boolean attackStatus = IsPetAttackActive(integer index)

Description

The function only works when the player is using Eyes of the Beast to control their pet. Otherwise the function always returns false.