Index

:!: Available in version 1.3 and later.

GetUnitHealRate

GetUnitHealRate(<-unit) ->unitHealRate

Description

Pushes the unit's heal rate to the stack. The default heal rate is 0.001. This is how much health is recovered per frame.

Examples

trace(GetUnitHealRate(self))

Index