Returns whether an item in the bags is a part of a saved item set.
See also Container functions.
Signature:
isInSet, setName = GetContainerItemEquipmentSetInfo(index, slot)
Arguments:
index- The ID of the container the item is in. (number, containerID)slot- The slot within the container where the item is. (number, containerSlotID)
Returns:
isInSet- Indicates whether the item belongs to a saved equipment set. (boolean)setName- The name of the equipment set, as can be obtained fromGetEquipmentSetInfo. Is nil of the first return value is false. (string)