Package: register_timer
If you didn't know, there is an core.after(num, func, ...) function.
core.after(num, func, ...)
Clearly you haven't read the text provided. I should maybe make it more clear that these timers persist accross server restarts.
You might then say that node timers persist. You would be correct; but did you know that node timers stop ticking when they are unloaded.
If you didn't know, there is an
core.after(num, func, ...)function.Clearly you haven't read the text provided. I should maybe make it more clear that these timers persist accross server restarts.
You might then say that node timers persist. You would be correct; but did you know that node timers stop ticking when they are unloaded.