WoW:API PetFollow: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 5: Line 5:
  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)


----
----

Revision as of 01:16, 12 March 2006

PetFollow -Documentation by AlexanderYoshi-

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

Description
Instruct your pet to follow you.

Template:WoW API