12 lines
		
	
	
		
			344 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			344 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@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
 |