This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| 4rpl:commands:setunitsuppressmovement [2021/01/24 19:49] – added get/set tabs Sanian | 4rpl:commands:setunitsuppressmovement [2022/01/31 22:09] (current) – renamed to UnitSuppressedMovement Karsten75 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ~~NOTOC~~ | ||
| - | < | ||
| - | |||
| - | <WRAP tabs> | ||
| - | * [[4rpl: | ||
| - | * [[4rpl: | ||
| - | </ | ||
| - | |||
| - | ====== SetUnitSuppressMovement ====== | ||
| - | SetUnitSuppressMovement(< | ||
| - | |||
| - | ===== 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 ===== | ||
| - | <code 4rpl> | ||
| - | SetUnitSuppressedMovement(self true) | ||
| - | </ | ||
| - | < | ||