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

8 lines
261 B
Lua

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