8 lines
193 B
Lua
8 lines
193 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param owner number
|
|
---@param index number
|
|
---Returns the power of a pet.
|
|
function C_PetBattles.GetPower(owner, index) end
|