Index

SetUnitSuppressedMovement

SetUnitSuppressedMovement(<-unit <-suppress)

Description

Sets 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

SetUnitSuppressedMovement(self true)

Index