Method Global:IsEquipmentPos [-] [+]
Returns true if the bag and slot is a valid equipment position, otherwise false.
See Global:IsInventoryPos for bag/slot combination examples.
Synopsis
isEquipmentPosition = IsEquipmentPos( bag, slot )
Arguments
number bagThe bag the Item is in, you can get this with Item:GetBagSlot.
Valid numbers: integers from 0 to 255.
number slotThe slot the Item is in within the bag, you can get this with Item:GetSlot.
Valid numbers: integers from 0 to 255.
Returns
boolean isEquipmentPosition- See method description.