Cancelling/Destroying Single-Use Timer

Hey all,

When I’m using a timer.performWithDelay with a cycle of 1, do I need to cancel/destroy/nil the timer after it executes?  Or do I only need to worry about destroying timers that are still executing?

Cheers.

No, you don’t need to cancel timers which only execute a limited number of times, unless you want to.

No, you don’t need to cancel timers which only execute a limited number of times, unless you want to.