9 lines
		
	
	
		
			238 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			238 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@param spellID number
 | 
						|
---@param isPet boolean
 | 
						|
---@return boolean isKnown
 | 
						|
---Returns whether the player (or pet) knows a spell
 | 
						|
function IsSpellKnown(spellID, isPet) end
 |