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