Files
wow-weakauras/Meta/api/EquipmentManagerIsSlotIgnoredForSave.lua
2024-11-07 23:12:37 +01:00

6 lines
258 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