WoW:API PetAttack: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Categorization)
mNo edit summary
Line 27: Line 27:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|PetAttack]]
[[Category:API Pet Functions|PetAttack]]
[[Category:API Pet Functions|PetAttack]]

Revision as of 12:28, 30 August 2005

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