Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
({{protectedcombatapi|2.2}})
m (ClearCursor is a much better alternative)
Line 18: Line 18:
 
: 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 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 [[API PutItemInBackpack|PutItemInBackpack]].
+
: If you wish to empty the cursor without putting the item into another slot, try [[API ClearCursor|ClearCursor]].
   
 
__NOTOC__
 
__NOTOC__

Revision as of 22:49, 22 November 2007

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