WoW:API PetWait: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 25: Line 25:


: Instruct your pet to remain still.
: Instruct your pet to remain still.
----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Functions|PetWait]]
[[Category:API Pet Functions|PetWait]]

Revision as of 12:39, 4 January 2006

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