8 lines
		
	
	
		
			300 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			300 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@param spellID integer
 | 
						|
---@return boolean state
 | 
						|
---Checks if a given spell ID can be cast on the player. Returns a boolean indicating if the spell is a buff that can be applied to the player.
 | 
						|
function SpellIsSelfBuff(spellID) end
 |