Phaser API Documentation

  Version: 
reset(config)

Description:

Completely reinitializes the Timer Event, regardless of its current state, according to a configuration object.

Parameters:

name type description
config Phaser.Types.Time.TimerEventConfig

The new state for the Timer Event.

Returns:
Description:

This TimerEvent object.

Since: 3.0.0
Source: src/time/TimerEvent.js (Line 156)