The "timer_set_speed" Function
Syntax#
| Argument | Type | Description |
|---|---|---|
id | string | The unique timer ID to modify, as a string (or keyword all for all local timers) |
duration | real | Sets the speed multiplier of time countdown, where 1 is default |
[instance] | instance | Optional: Sets the object instance containing the timer to modify (use none for self) |
Description#
Sets the speed multiplier for the specified timer, increasing or decreasing the countdown rate. The default value of 1 equals real time.

X1