timer_set_repeat - kemonologic/fuwafuwa GitHub Wiki

timer_set_repeat(timer, repeat)

Returns: (none)

Argument Type Name Desc
0 map timer The timer to modify.
1 bool repeat Whether to repeat the timer or not.

Sets a timer to repeat (or not). Repeating timers restart themselves automatically once finished, but behave like normal timers in other respects.