Index

GetUnitRange

GetUnitRange(<-unit)

Description

Pushes the value of the unit's range to the stack. A range may be used by the unit's weapon, for line of sight, etc. How the range is used is unit dependent.

Examples

trace(GetUnitRange(self))

Index