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

Method isPlaying

Extensions/TweenBehavior/TweenManager.ts:327–330  ·  view source on GitHub ↗

* Tween is playing. * @param identifier Unique id to identify the tween

(identifier: string)

Source from the content-addressed store, hash-verified

325 * @param identifier Unique id to identify the tween
326 */
327 isPlaying(identifier: string): boolean {
328 const tween = this._tweens.get(identifier);
329 return !!tween && tween.isPlaying();
330 }
331
332 /**
333 * Tween has finished.

Callers

nothing calls this directly

Calls 2

getMethod · 0.65
isPlayingMethod · 0.65

Tested by

no test coverage detected