13 lines
		
	
	
		
			396 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			396 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param index number 
 | 
						|
---@param bookType spell 
 | 
						|
---@param pet  
 | 
						|
---@param spell  
 | 
						|
---@param name string 
 | 
						|
---@param id number 
 | 
						|
---@return number start 
 | 
						|
---@return number duration 
 | 
						|
---@return number enable 
 | 
						|
---Returns cooldown information about a spell in the spellbook
 | 
						|
function GetSpellCooldown(index, bookType, pet, spell, name, id) end |