6 lines
201 B
Lua
6 lines
201 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param unit string
|
|
---@return number modifier
|
|
---Returns the health modifier for the player's pet
|
|
function GetUnitHealthModifier(unit) end |