02-26-2013, 05:08 AM
Currently the only way of "postponing" an action reasonably is to have a countdown and decrease it in each OnTick() handler invocation, until it reaches zero, then do the action.
It's true that we could use some kind of a "scheduler", then you could say "call this function in 20 seconds" and be done with it. Maybe later.
It's true that we could use some kind of a "scheduler", then you could say "call this function in 20 seconds" and be done with it. Maybe later.