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

Method get_instance

common/GodotModule.h:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 godot::GodotInstance *get_or_create_instance(std::vector<std::string> args);
51
52 godot::GodotInstance *get_instance() {
53 std::unique_lock lock(_mutex);
54 return _instance;
55 }
56
57 void destroy_instance();
58

Callers 8

updateWindowNativeMethod · 0.80
removeWindowNativeMethod · 0.80
updateWindowMethod · 0.80
updateWindowsMethod · 0.80
frameCallback64Function · 0.80
getMethod · 0.80
createNativeGodotModuleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected