Returns whether the contents of an equipment slot will be included when saving sets
See also Equipment Manager functions.
Signature:
isIgnored
=
EquipmentManagerIsSlotIgnoredForSave(slot)
Arguments:
slot
- An inventory slot number, as can be obtained fromGetInventorySlotInfo
(number
, inventoryID)
Returns:
isIgnored
- True if the contents of the slot will not be included when next creating or saving an equipment set; otherwise false (boolean
)