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