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

7 lines
211 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