timer_get_raw - kemonologic/fuwafuwa GitHub Wiki
timer_get_raw(timer)
Returns: (real) Normalized progress of the timer
| Argument | Type | Name | Desc |
|---|---|---|---|
| 0 | map | timer | The timer to check. |
Returns the normalized (0-1) progress of the timer, where 0 corresponds to the start of the timer and 1 corresponds to the end (or later). This value is not affected by any easing function assigned to the timer.