Returns whether an equipment set contains locked items. Locked items are those in a transient state -- e.g. on the cursor for moving within the player's bags, placed in the Send Mail or Trade UIs, etc. -- for which the default UI displays the item's icon as grayed out. A set cannot be equipped if it contains locked items.
See also Equipment Manager functions.
Signature:
isLocked
=
EquipmentSetContainsLockedItems("name")
Arguments:
name
- Name of an equipment set (case sensitive) (string
)
Returns:
isLocked
- True if the equipment set contains locked items (boolean
)