Method Player:GetItemByPos [-] [+]
Returns an item in given bag on given slot.
Possible and most commonly used combinations: bag = 255 slots 0-18 equipment slots 19-22 equipped bag slots slots 23-38 backpack slots 39-66 bank main slots slots 67-74 bank bag slots slots 86-117 keyring bag = 19-22 slots 0-35 for equipped bags bag = 67-74 slots 0-35 for bank bags
Synopsis
item = Player:GetItemByPos( bag, slot )
Arguments
number bag
The bag the Item is in, you can get this with Item:GetBagSlot.
Valid numbers: integers from 0 to 255.
number slot
The slot the Item is in within the bag, you can get this with Item:GetSlot.
Valid numbers: integers from 0 to 255.
Returns