10 lines
		
	
	
		
			248 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			248 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@param owner 2 
 | 
						|
---@param 1  
 | 
						|
---@param 2  
 | 
						|
---@param index number 
 | 
						|
---@return number speed 
 | 
						|
---Returns the speed of a pet.
 | 
						|
function C_PetBattles.GetSpeed(owner, 1, 2, index) end |