Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
mNo edit summary
No edit summary
Line 27: Line 27:
   
 
: Instruct your pet to follow you.
 
: Instruct your pet to follow you.
  +
 
----
 
----
{{Template:WoW API}}
+
{{WoW API}}
[[Category:API Functions|PetFollow]]
 
[[Category:API Pet Functions|PetFollow]]
 

Revision as of 12:38, 4 January 2006

PetFollow -Documentation by AlexanderYoshi-

Instruct your pet to follow you.

PetFollow();

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


Arguments
none

Returns
nil

Example
PetFollow();
Result

Description
Instruct your pet to follow you.

Template:WoW API