Question about timers
#1

Hello to everyone,

I've just a little question:

When I write a timer set to false for repeating, have I to kill it then or is it kill automatically ?
Because I saw in some script people who kill it.

Thanks for you answers.
Reply
#2

Well it's not necessary , I never kill them and they work fine.
Reply
#3

If you need to stop the timer and you don't know if it is still running, kill it. Timer IDs are never used twice so you can use KillTimer() on a timer ID and it won't matter if it's running or not.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)