WoW:API PickupAction

From AddOn Studio
Revision as of 23:47, 10 April 2005 by WoWWiki>Flickering
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
PickupAction - Documentation by Flickering

Pick up an action for drag-and-drop.

PickupAction(actionSlot)

Parameters

Arguments

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

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

Template:WoW API