7 lines
		
	
	
		
			268 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			268 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param petOwner number 
 | 
						|
---@param petIndex number 
 | 
						|
---@return number health 
 | 
						|
---Returns the current health of a specific pet in the current pet battle.
 | 
						|
function C_PetBattles.GetHealth(petOwner, petIndex) end |