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

Method get_object

common/NativeGodotModule.cpp:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 return true;
231 }
232 godot::ObjectID get_object() const override {
233 return godot::ObjectID();
234 }
235 void call(const godot::Variant **p_arguments, int p_argcount, godot::Variant &r_return_value, GDExtensionCallError &r_call_error) const override;
236
237 ~JavascriptCallable() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected