WoW:API PetAttack: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 24: Line 24:
;''Description''
;''Description''


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


----
----
{{WoW API}}
{{WoW API}}

Revision as of 01:14, 12 March 2006

PetAttack -Documentation by AlexanderYoshi-

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.

Template:WoW API