MCPcopy Index your code
hub / github.com/phaserjs/phaser / setTimerPaused

Method setTimerPaused

types/phaser.d.ts:18443–18443  ·  view source on GitHub ↗

* Pauses or resumes the elapse timer for this game object. * @param paused Pause state (`true` to pause, `false` to unpause). If not specified, the timer will unpause. * @returns This game object.

(paused?: boolean)

Source from the content-addressed store, hash-verified

18441 * @returns This game object.
18442 */
18443 setTimerPaused(paused?: boolean): this;
18444 /**
18445 * Reset the elapse timer for this game object.
18446 * @param ms The time to reset the timer to, in milliseconds. Default 0.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected