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

6 lines
253 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param slot number
---@return boolean isIgnored
---Returns whether the contents of an equipment slot will be included when saving sets
function EquipmentManagerIsSlotIgnoredForSave(slot) end