This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:setunitstuncount [2021/05/13 16:31] – virgilw | 4rpl:commands:setunitstuncount [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 14: | Line 14: | ||
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. | 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) | ||
+ | </ | ||
+ | |||
< | < |