Method Guild:SwapItems [-] [+]
Swap item from a specific tab and slot Guild bank to another one.
Synopsis
Guild:SwapItems( player, tabId, slotId, destTabId, destSlotId, splitedAmount )
Arguments
Player playerWho Swap the item.
number tabIdSource tab id.
Valid numbers: integers from 0 to 255.
number slotIdSource slot id.
Valid numbers: integers from 0 to 255.
number destTabIdDestination tab id.
Valid numbers: integers from 0 to 255.
number destSlotIdDestination slot 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 255.
Returns
Nothing.