7 lines
		
	
	
		
			234 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			234 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param container number 
 | 
						|
---@param slot number 
 | 
						|
---@return itemID id 
 | 
						|
---Returns the item ID of an item in the player's bags
 | 
						|
function GetContainerItemID(container, slot) end |