9 lines
		
	
	
		
			456 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			456 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param container bagID 
 | 
						|
---@param slot number 
 | 
						|
---@return itemID gem1 
 | 
						|
---@return itemID gem2 
 | 
						|
---@return itemID gem3 
 | 
						|
---Returns the gems socketed in an item in the player's bags. The IDs returned refer to the gems themselves (not the enchantments they provide), and thus can be passed to GetItemInfo() to get a gem's name, quality, icon, etc.
 | 
						|
function GetContainerItemGems(container, slot) end |