WoW:API PetWait: Difference between revisions

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

Revision as of 20:03, 28 December 2004

PetWait -Documentation by AlexanderYoshi-

Instruct your pet to remain still.

PetWait();

Arguments
none

Returns
nil

Example
PetWait();
Result

Description
Instruct your pet to remain still.

Template:WoW API