WoW:API PickupStablePet: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(added info on /script command)
 
m (Move page script moved page API PickupStablePet to API PickupStablePet without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}}
Attaches a pet in your stable to your cursor. 1 for the pet in the slot on the left, and 2 for the pet in the slot on the right.<br>
Attaches a pet in your stable to your cursor. 1 for the pet in the slot on the left, and 2 for the pet in the slot on the right.<br>
<pre>
<pre>
PickupStablePet(1 or 2);
PickupStablePet(1 or 2);
</pre>
</pre>

Latest revision as of 04:47, 15 August 2023

WoW API < PickupStablePet

Attaches a pet in your stable to your cursor. 1 for the pet in the slot on the left, and 2 for the pet in the slot on the right.

PickupStablePet(1 or 2);