Index

GetUnitHealth

GetUnitHealth(<-unit) ->unitHealth

Description

Pushes the health of the unit to the stack. A standard health amount is 1.

Examples

trace(GetUnitHealth(self))

Index