This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
4rpl:commands:setunitstuncount [2021/05/13 15:52] – created Karsten75 | 4rpl:commands:setunitstuncount [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 11: | Line 11: | ||
:!: Available in version 1.9 and later. | :!: Available in version 1.9 and later. | ||
====== SetUnitStunCount ====== | ====== SetUnitStunCount ====== | ||
+ | SetUnitStunCount(< | ||
+ | |||
+ | Sets the stun count for a unit. When a unit is stunned the stun count is set to 300. Over time this value decreases automatically and when it is 0, the unit is no longer stunned. You can use this API to change the stun count directly. | ||
+ | |||
+ | ===== Examples ===== | ||
+ | <code 4rpl> | ||
+ | SetUnitStunCount(self 180) #stun unit for 180 frames (6 seconds) | ||
+ | </ | ||
- | :!: To be added | ||
< | < |