Index

GetUnitSuppressedMovement

GetUnitSuppressedMovement(<-unit)

Description

Returns a boolean indicating if the unit's movement is suppressed. A unit that is normally movable, but has suppressed movement, can not be moved by the player.

Examples

trace(GetUnitSuppressedMovement(self))

Index