7 lines
		
	
	
		
			208 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			208 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@return number currXP
 | 
						|
---@return number nextXP
 | 
						|
---Returns information about experience points for the player's pet
 | 
						|
function GetPetExperience() end
 |