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