Files
wow_Meta/api/GetUnitMaxHealthModifier.lua
2024-12-16 13:13:08 +01:00

6 lines
212 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param unit string
---@return number modifier
---Returns the maximum health modifier for the player's pet
function GetUnitMaxHealthModifier(unit) end