10 lines
294 B
Lua
10 lines
294 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param index number
|
|
---@param slot number
|
|
---@return boolean isInSet
|
|
---@return string setName
|
|
---Returns whether an item in the bags is a part of a saved item set.
|
|
function GetContainerItemEquipmentSetInfo(index, slot) end
|