MCPcopy
hub / github.com/4ian/GDevelop / isPlaying

Function isPlaying

Extensions/TweenBehavior/TweenManager.ts:641–643  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

639 abstract getValue(): float;
640
641 isPlaying(): boolean {
642 return !this.isPaused && !this.hasFinished();
643 }
644
645 hasFinished(): boolean {
646 return this.elapsedTime === this.totalDuration;

Callers

nothing calls this directly

Calls 1

hasFinishedMethod · 0.65

Tested by

no test coverage detected