- Joined
- Sep 6, 2013
- Messages
- 6,742
Hello guys,
a tutorial about PauseUnit might be helpful for our fellow coders in here.
I'm planning to create one with showing mostly all side effects of PauseUnit, but also pointing at alternative(s).
We all have probably have read something about issues here and there.
So I ask for your help to complete the list.
Some site effects:
- Buffs/effects suspend.
- Orders are stored when paused, and fired on UnPause. (but though, this can be abused sometimes)
- Can screw up animations (link)
- Unit does not accept PowerUpss, UnitAddItem returns true, but item is not picked up. (link)
About alternatives:
- channel based ability for full pause effect (object data needed)
- stun (interrupts)
- disable turn/move (only for some cases useful)
a tutorial about PauseUnit might be helpful for our fellow coders in here.
I'm planning to create one with showing mostly all side effects of PauseUnit, but also pointing at alternative(s).
We all have probably have read something about issues here and there.
So I ask for your help to complete the list.
Some site effects:
- Buffs/effects suspend.
- Orders are stored when paused, and fired on UnPause. (but though, this can be abused sometimes)
- Can screw up animations (link)
- Unit does not accept PowerUpss, UnitAddItem returns true, but item is not picked up. (link)
About alternatives:
- channel based ability for full pause effect (object data needed)
- stun (interrupts)
- disable turn/move (only for some cases useful)