6 lines
		
	
	
		
			216 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			216 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param index number 
 | 
						|
---@return number cooldown 
 | 
						|
---Returns the time remaining on a trade skill recipe's cooldown
 | 
						|
function GetTradeSkillCooldown(index) end |