Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
General Development
»
Decreasing Interval? (Timers)
Decreasing Interval? (Timers)
12-17-2008, 10:14 PM
#1
Joker
Any way of lowering the timer interval besides pausing, then starting again?
12-17-2008, 10:25 PM
#2
Zerzax
Just start it again without pausing?
EDIT: Though pausing it is necessary if you don't want the current thread to fully execute... so if you didn't pause you could run an extra iteration on the old time. I guess it's circumstantial.
12-17-2008, 11:50 PM
#3
Rising_Dusk
You do not need to pause the timer. Just reissue the TimerStart native with a different interval using the same timer.