Index

GetUnitMaxHealth

GetUnitMaxHealth(<-unit) ->unitMaxHealth

Description

Pushes the max health of the unit to the stack. The default value is 1.

Examples

trace(GetUnitMaxHealth(self))

Index