WoW:API PetWait: Difference between revisions

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

Revision as of 12:31, 30 August 2005

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