Are timers destroyed automatically when their iterations are finished ?
timer.performWithDelay(2000, something, 2)
So the above will run twice and then it is destroyed / garbage collected ?
Or do I have to nil it ?
I see that if it was
timer.performWithDelay(2000, something, 0)
then I would run cancel on it and then nil it, yes ? [import]uid: 186251 topic_id: 33286 reply_id: 333286[/import]