Method Guild:SwapItemsWithInventory [-] [+]
Swap an item from a specific tab and location in the [guild] bank to the bags and locations in the inventory of a specific [player] and vice versa.
Synopsis
Guild:SwapItemsWithInventory( player, toChar, tabId, slotId, playerBag, playerSlotId, splitedAmount )
Arguments
Player playerWho Swap the item.
number tabIdTab id.
Valid numbers: integers from 0 to 255.
number slotIdSlot id.
Valid numbers: integers from 0 to 255.
number playerBagBag id.
Valid numbers: integers from 0 to 255.
number playerSlotIdSlot id.
Valid numbers: integers from 0 to 255.
number splitedAmountIf the item is stackable, how much should be swaped.
Valid numbers: integers from 0 to 4,294,967,295.
Returns
Nothing.