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

Function pauseSceneTween

Extensions/TweenBehavior/tweentools.ts:208–213  ·  view source on GitHub ↗
(
        runtimeScene: RuntimeScene,
        id: string
      )

Source from the content-addressed store, hash-verified

206 };
207
208 export const pauseSceneTween = (
209 runtimeScene: RuntimeScene,
210 id: string
211 ) => {
212 getTweensMap(runtimeScene).pauseTween(id);
213 };
214
215 export const stopSceneTween = (
216 runtimeScene: RuntimeScene,

Callers

nothing calls this directly

Calls 2

getTweensMapFunction · 0.85
pauseTweenMethod · 0.45

Tested by

no test coverage detected