autoDestroy : boolean If true, the timer will automatically destroy itself after all the events have been dispatched (assuming
remove(event) Removes a pending TimerEvent from the queue. Parameters
[static] HALF : integer Number of milliseconds in half a second.
[readonly] running : boolean True if the Timer is actively running. Do not modify this
[static] QUARTER : integer Number of milliseconds in a quarter of a second.
events : Array.<Phaser.TimerEvent> An array
stop(clearEvents) Stops this Timer from running. Does not cause it to be destroyed if autoDestroy is set
[readonly] length : number The number of pending events in the queue.
[readonly] seconds : number The duration in seconds that this Timer has been running for.
add(delay, callback, callbackContext, arguments) → {Phaser
Page 1 of 3