6 lines
		
	
	
		
			231 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			231 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param slot number 
 | 
						|
---@return table availableItems 
 | 
						|
---Returns a list of items that can be equipped in a given inventory slot
 | 
						|
function GetInventoryItemsForSlot(slot) end |