WoW:API PickupPetAction: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
m (Robot: converting/fixing HTML)
Line 11: Line 11:
:;petActionSlot : Numeric - The pet action slot to pick the action up from (1-10).
:;petActionSlot : Numeric - The pet action slot to pick the action up from (1-10).
=== Returns ===
=== Returns ===
:<i>nil</i>
:''nil''





Revision as of 09:34, 20 January 2007

WoW API < PickupPetAction

PickupPetAction - Documentation by Flickering

Pick up a pet action for drag-and-drop.

PickupPetAction(petActionSlot)

Parameters

Arguments

(petActionSlot)
petActionSlot
Numeric - The pet action slot to pick the action up from (1-10).

Returns

nil


Details

If the slot is empty, nothing happens, otherwise the action from the slot is placed on the cursor, and the slot is filled with whatever action was currently being drag-and-dropped (The slot is emptied if the cursor was empty).
Be very careful about picking up the pet control actions (Attack/Follow/Stay/Aggressive/Defensive/Passive), because if you lose them, there's no way to get them back.