timer_get_elapsed - kemonologic/fuwafuwa GitHub Wiki

timer_get_elapsed(timer)

Returns: (real) Time elapsed since the start of the timer, in the timer's units.

Argument Type Name Desc
0 map timer The timer to check.

Returns time elapsed since the start of the timer, in the timer's units.

Please note that a timer's start time is reset every time a timer is restarted, unpaused, or repeats: as a result, in those cases this function will not return the time elapsed since the "original" start time, but instead the time since the last of those events occurred.