This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
4rpl:commands:stununitsinrange [2021/01/21 23:34] – created virgilw | 4rpl:commands:stununitsinrange [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
:!: Available in version 1.3 and later. | :!: Available in version 1.3 and later. | ||
====== StunUnitsInRange ====== | ====== StunUnitsInRange ====== | ||
- | StunUnitsInRange(< | + | StunUnitsInRange(< |
===== Description ===== | ===== Description ===== | ||
- | Stuns the units. In range of the specified cell coordinates. This is the same routine that shrapnel uses to stun units. | + | Stuns the units in range of the specified cell coordinates. This is the same routine that shrapnel uses to stun units. |
+ | |||
+ | :NOTE: | ||
+ | Default StunCount is 10 seconds or 300 Frames. | ||
===== Examples ===== | ===== Examples ===== | ||
<code 4rpl> | <code 4rpl> | ||
- | StunUnitsInRange(50 50 20) | + | StunUnitsInRange(50 50 20 false) |
</ | </ | ||
< | < |