MCPcopy Index your code
hub / github.com/4ian/GDevelop / stop

Function stop

Extensions/TweenBehavior/TweenManager.ts:649–654  ·  view source on GitHub ↗
(jumpToDest: boolean)

Source from the content-addressed store, hash-verified

647 }
648
649 stop(jumpToDest: boolean): void {
650 this.elapsedTime = this.totalDuration;
651 if (jumpToDest) {
652 this._updateValue();
653 }
654 }
655
656 resume(): void {
657 this.isPaused = false;

Callers

nothing calls this directly

Calls 1

_updateValueMethod · 0.45

Tested by

no test coverage detected