MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / reset

Method reset

src/scripting/api/Runtime/Timer.ts:195–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193 }
194
195 public reset():void {
196 this.stop();
197 this.currentCount = 0;
198 this._microtime = 0;
199 }
200
201 public addEventListener(type:string, listener:Function):void {
202 if (type === 'timer') {

Callers

nothing calls this directly

Calls 1

stopMethod · 0.95

Tested by

no test coverage detected