10 lines
		
	
	
		
			459 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			459 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param container number 
 | 
						|
---@param slot number 
 | 
						|
---@param index number 
 | 
						|
---@return string texture 
 | 
						|
---@return number quantity 
 | 
						|
---@return itemLink link 
 | 
						|
---Returns information about a specific currency refunded for returning an item to vendors. See GetContainerItemPurchaseInfo for more information about alternate currency refunds.
 | 
						|
function GetContainerItemPurchaseItem(container, slot, index) end |