WoW:API IsPetAttackActive: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API IsPetAttackActive to API IsPetAttackActive without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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}}

Latest revision as of 04:46, 15 August 2023

WoW API < IsPetAttackActive

Synopsis[edit]

boolean attackStatus = IsPetAttackActive(integer index)

Description[edit]

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