You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.
An OnTimerEvent should be implemented that allows you to schedule timers, both repeating and non-repeating.
Proposed solution: Add a new queue to ScriptManager with <microtime, Listener_ptr>, check this at the same time as timer event and dispatch any that have run out. Register function should be registerTimerEvent(1000, handler [, repeating]).
The text was updated successfully, but these errors were encountered:
An OnTimerEvent should be implemented that allows you to schedule timers, both repeating and non-repeating.
Proposed solution: Add a new queue to ScriptManager with <microtime, Listener_ptr>, check this at the same time as timer event and dispatch any that have run out. Register function should be
registerTimerEvent(1000, handler [, repeating])
.The text was updated successfully, but these errors were encountered: