timer_get_active - kemonologic/fuwafuwa GitHub Wiki

timer_get_active(timer)

Returns: (bool) Whether the timer is currently active or not

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

Returns whether the timer is currently active or not. Timers are inactive when the start time hasn't passed yet, or have finished and are not set to repeat. Values of inactive timers are not updated until they become active again.