Files
wow_Meta/api/EquipmentSetContainsLockedItems.lua
2025-05-04 15:15:00 +02:00

8 lines
495 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param name string
---@return boolean isLocked
---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.
function EquipmentSetContainsLockedItems(name) end