Files
wow_Meta/api/EquipmentManagerUnignoreSlotForSave.lua
2024-12-16 13:13:08 +01:00

5 lines
453 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param slot number
---Removes an equipment slot from the list of those ignored when saving sets. Creating or saving a set with SaveEquipmentSet() will ignore any slots on the list, allowing the player to create sets which only switch certain items (e.g. to equip a fishing pole and hat while leaving non-fishing-related items equipped).
function EquipmentManagerUnignoreSlotForSave(slot) end