10 lines
340 B
Lua
10 lines
340 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param location number
|
|
---@return boolean player
|
|
---@return boolean bank
|
|
---@return boolean bags
|
|
---@return number location or slot
|
|
---@return number bag
|
|
---Unpacks an inventory location bitfield into usable components
|
|
function EquipmentManager_UnpackLocation(location) end |