WoW:API PetAttack: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 25: Line 25:


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

Revision as of 12:37, 4 January 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.

Template:WoW API