Type Boolean Library timer.* Revision Current Public Release (2018.3326) Keywords timer, allowInteractionsWithinFrame
Changes the behavior of the timer object to provide events as soon as possible instead of waiting until the next frame to execute. The default behavior is false
meaning that timers fire on frame intervals. Setting this to true
will enable the events to arrive as soon as possible.
timer.allowInteratonsWithinFrame |
timer.allowInterationsWithinFrame = true |