Beta Documentation - Subject to change.

Handles the dropping of items into a bank.

Syntax

Lua
function Bank:PerformShortcutDrop(shortcut, targetChest, split);

Parameters

shortcut
Type: Shortcut
The shortcut information that was generated as part of a drag and drop event that should contain an item to perform an action on.
targetChest
Type: (Unrecognized type)
The target chest the drop should occur into.
split
Type: boolean
Flag indicating if the item split dialog should be displayed for the operation.

Remarks

See Also