WoW:API PickupAction: Difference between revisions
Jump to navigation
Jump to search
PickupAction - Documentation by Flickering
mNo edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
__NOTOC__ | __NOTOC__ | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
Revision as of 18:45, 3 January 2006
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).
- If you wish to empty the cursor without putting the item into another slot, try PutItemInBackpack.