Files
wow-weakauras/Meta/api/C_PetBattles.GetSpeed.lua
2024-11-07 23:12:37 +01:00

9 lines
247 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@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