10 lines
		
	
	
		
			241 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			241 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| ---@diagnostic disable: missing-return, lowercase-global
 | |
| ---@meta
 | |
| 
 | |
| ---@return 1nil hasPetSpells
 | |
| ---@return PET petType
 | |
| ---@return  DEMON
 | |
| ---@return  PET
 | |
| ---Returns whether the player's current pet has a spellbook
 | |
| function HasPetSpells() end
 |