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

Method get_object

android/src/main/cpp/GodotModule.cpp:562–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560 return true;
561 }
562 godot::ObjectID get_object() const override {
563 return godot::ObjectID();
564 }
565 void call(const godot::Variant **p_arguments, int p_argcount, godot::Variant &r_return_value, GDExtensionCallError &r_call_error) const override {
566 _func(p_arguments, p_argcount, r_return_value, r_call_error);
567 r_call_error.error = GDEXTENSION_CALL_OK;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected