• Welcome to Valhalla Legends Archive.
 

Regarding SetTimer

Started by Lenny, May 13, 2004, 09:28 PM

Previous topic - Next topic

Lenny

Every time the SetTimer() (an API) method is called it creates a new timer...
One of its arguments is nIDEvent which identifies the timer....

If I were to call SetTimer with the same nIDEvent:

Would it create a new timer?  
And would the old timer remain inactive in memory?

OR

Would it goto the already created timer and adjust its parameters accordingly?
The Bovine Revolution
Something unimportant

Live Battle.net:

WARNING: The preceding message may have contained content unsuitable for young children.

Eric

#1
The timer will be reset and replaced with the new value(s).