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

Function pause

Extensions/DebuggerTools/debuggertools.ts:12–16  ·  view source on GitHub ↗
(
        instanceContainer: gdjs.RuntimeInstanceContainer
      )

Source from the content-addressed store, hash-verified

10 * @param instanceContainer - The current container.
11 */
12 export const pause = function (
13 instanceContainer: gdjs.RuntimeInstanceContainer
14 ) {
15 instanceContainer.getGame().pause(true);
16 };
17
18 /**
19 * Logs a message to the console.

Callers

nothing calls this directly

Calls 2

pauseMethod · 0.65
getGameMethod · 0.45

Tested by

no test coverage detected