WoW:API StablePet: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
{{Stub/API}}
 
Puts your current pet in the stable.<br>
 
<pre>
Puts your current pet in the stable if there is room.
StablePet();
StablePet()
</pre>
 
 
== Arguments ==
:none
 
 
== Returns ==
:nil

Revision as of 18:02, 25 June 2007

WoW API < StablePet


Puts your current pet in the stable if there is room.

StablePet()


Arguments

none


Returns

nil