HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Quick Question over Timers

07-12-2008, 03:58 AM#1
Hydrolisk
When dealing with a timer that will be continuously reused later (say, for a spell), should I NOT destroy the timer with "call DestroyTimer?"
Or, will the expired timer leak if I do not (destroy it)?
07-12-2008, 04:20 AM#2
Vexorian
Define reused?
07-12-2008, 09:09 AM#3
Themerion
If you do not create a new timer for each time the spell runs, then you should not destroy the one you are using.