Timer Utility
A kind of a "stopwatch"
timer_util.getTimer()
Returns a Timer Object with methods
Name
Parameters
Type
Description
delay
Long
boolean
Returns true if the amount of milliseconds you specified has passed since the last reset
reset
None
void
Resets the timer
Last updated