MCPcopy Create free account
hub / github.com/borndotcom/react-native-godot / pause

Method pause

js/NativeGodotModule.ts:41–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 API(): any;
40 updateWindow(windowName: string): any;
41 pause(): void;
42 resume(): void;
43 is_paused(): boolean;
44 runOnGodotThread<T>(f: () => T): Promise<T>;

Callers 3

pauseGodotFunction · 0.65
appPauseMethod · 0.65
createNativeGodotModuleFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected