WoW:API IsPetAttackActive: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Cast into standard form and add some additional documentation.)
No edit summary
Line 6: Line 6:


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 21:48, 23 May 2006

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.


Template:WoW API