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

Method resetTimer

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

* Reset the elapse timer for this game object. * @param ms The time to reset the timer to, in milliseconds. Default 0. * @returns This game object.

(ms?: number)

Source from the content-addressed store, hash-verified

18447 * @returns This game object.
18448 */
18449 resetTimer(ms?: number): this;
18450 /**
18451 * Update the elapse timer for this game object.
18452 * This should be called automatically by the preUpdate method.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected