Index

:!: Available in version 1.3 and later.

GetUnitCanMove

GetUnitCanMove(<-unit) ->canMove

Description

Gets a boolean indicating if the unit can move (using the normal built in unit movement mechanic).

Examples

traceAllSP(GetUnitCanMove(self))

Index