Files
wow_Meta/api/C_PetBattles.GetHealth.lua
2025-05-04 14:35:26 +02:00

8 lines
266 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