start(delay)
Starts this Timer running.
Parameters
Name | Type | Argument | Default | Description |
---|---|---|---|---|
delay | integer | <optional> | 0 | The number of milliseconds, in game time, that should elapse before the Timer will start. |
- Source code: time/Timer.js (Line 293)
Please login to continue.