WoW:API PickupAction: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 19: Line 19:
__NOTOC__
__NOTOC__
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|PickupAction]]
[[Category:API Action Functions|PickupAction]]
[[Category:API Action Functions|PickupAction]]
[[Category:API Cursor Functions|PickupAction]]
[[Category:API Drag and Drop Functions|PickupAction]]
[[Category:API Drag and Drop Functions|PickupAction]]

Revision as of 17:54, 29 August 2005

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