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

Method getInstance

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

Source from the content-addressed store, hash-verified

36export interface GodotModuleInterface {
37 createInstance(args: Array<string>): any;
38 getInstance(): any;
39 API(): any;
40 updateWindow(windowName: string): any;
41 pause(): void;

Callers 4

initGodotFunction · 0.65
instanceFunction · 0.65
onCreateMethod · 0.65
initMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected