WoW:API IsPetAttackActive: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
(Cast into standard form and add some additional documentation.)
Line 1: Line 1:
The function only works when the player is using Eyes of the Beast to control their pet. Otherwise the function always returns false.
== 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.

Revision as of 09:58, 7 March 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.