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