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

Method hasFinished

Extensions/TweenBehavior/TweenManager.ts:336–339  ·  view source on GitHub ↗

* Tween has finished. * @param identifier Unique id to identify the tween

(identifier: string)

Source from the content-addressed store, hash-verified

334 * @param identifier Unique id to identify the tween
335 */
336 hasFinished(identifier: string): boolean {
337 const tween = this._tweens.get(identifier);
338 return !!tween && tween.hasFinished();
339 }
340
341 /**
342 * Pause a tween.

Callers

nothing calls this directly

Calls 2

getMethod · 0.65
hasFinishedMethod · 0.65

Tested by

no test coverage detected