WoW:API PetAttack: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API PetAttack to API PetAttack without leaving a redirect)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<center>'''PetAttack''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
{{protectedapi|2.0.1|}}


Instruct your pet to attack your target.
Instruct your pet to attack your target.
Line 24: Line 25:
;''Description''
;''Description''


: Instruct your pet to attack your target.
: Instruct your pet to attack your target. Requires a buttonpress.
----
{{Template:WoW API}}
[[Category:API Functions|PetAttack]]
[[Category:API Pet Functions|PetAttack]]

Latest revision as of 04:47, 15 August 2023

WoW API < PetAttack

Instruct your pet to attack your target.

PetAttack();

Arguments
none

Returns
nil

Example
PetAttack();
Result

Description
Instruct your pet to attack your target. Requires a buttonpress.