Allows to 'move' an item from the void storages deposit box back to inventory. The 'moved' item will subsequently be unlocked in the inventory. If isRightClick is set the item is returned and unlocked immediately. If isRightClick is not set the item is attached to the mouse until it is either released to the inventory (by right clicking) or manually placed either in the inventory or any deposit slot.


See also Void storage functions.

Signature:

ClickVoidTransferDepositSlot(index, isRightClick)

Arguments:

  • index - index of the item slot in the void storages deposit box (number)
  • isRightClick - determines if the right or left mouse button was used to click the item (1nil)