Initial commit
This commit is contained in:
10
api/EquipmentManager_UnpackLocation.lua
Normal file
10
api/EquipmentManager_UnpackLocation.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user