WoW API: PickupAction

Revision as of 04:47, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API PickupAction to API PickupAction without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < PickupAction

Pick up an action for drag-and-drop.

PickupAction(actionSlot)

ParametersEdit

ArgumentsEdit

  • actionSlot (number) - The action slot to pick the action up from.

ReturnsEdit

none

DetailsEdit

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).

If you wish to empty the cursor without putting the item into another slot, try ClearCursor.