WoW:API PetFollow: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m ({{wowapi}})
Line 1: Line 1:
<center>'''PetFollow''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
 
Instruct your pet to follow you.
Instruct your pet to follow you.


Line 22: Line 21:


;''Result''
;''Result''
 
Your pet follows you.
----
;''Description''
 
: Instruct your pet to follow you.
 
----
{{WoW API}}

Revision as of 12:18, 18 June 2006

WoW API < PetFollow

Instruct your pet to follow you.

PetFollow();

Note: PetFollow can only be activated from a keystroke (such as a macro or button)


Arguments
none

Returns
nil

Example
PetFollow();
Result

Your pet follows you.