Phaser API Documentation

  Version: 
hasDispatched: boolean

Description:

Whether the Timer Event's function has been called.

When the Timer Event fires, this property will be set to true before the callback function is invoked and will be reset immediately afterward if the Timer Event should repeat. The value of this property does not directly influence whether the Timer Event will be removed from its Clock, but can prevent it from firing.

Type:
boolean
Default: false
Since: 3.0.0
Source: src/time/TimerEvent.js (Line 141)