13 lines
		
	
	
		
			357 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			357 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@param index number
 | 
						|
---@param bookType spell
 | 
						|
---@param pet
 | 
						|
---@param spell
 | 
						|
---@param spellName string
 | 
						|
---@return string skillType
 | 
						|
---@return number spellId
 | 
						|
---Retrieves information about a specific SpellBook item
 | 
						|
function GetSpellBookItemInfo(index, bookType, pet, spell, spellName) end
 |