The "timer_get_speed" Function
Syntax#
| Argument | Type | Description |
|---|---|---|
id | string | The unique timer ID to check, as a string |
[instance] | instance | Optional: Sets the object instance containing the timer to check (use none for self) |
Description#
Returns the speed multiplier for the timer running in the current or specified instance, where a value of 1 is real time. If the instance or timer does not exist, 0 will be returned instead.

X1