WoW:API PetFollow: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API PetFollow to API PetFollow without leaving a redirect)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<center>'''PetFollow''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
 
Instruct your pet to follow you.
Instruct your pet to follow you.


  PetFollow();
  PetFollow();


Note: As of patch 1.6, PetFollow can only be activated from a keystroke (such as a macro or button)
Note: PetFollow can only be activated from a keystroke (such as a macro or button)


----
----
Line 22: Line 21:


;''Result''
;''Result''
 
Your pet follows you.
----
;''Description''
 
: Instruct your pet to follow you.
----
{{Template:WoW API}}
[[Category:API Pet Functions|PetFollow]]

Latest revision as of 04:47, 15 August 2023

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.