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

Method set

common/NativeGodotModule.cpp:565–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563 }
564
565 void set(jsi::Runtime &rt, const jsi::PropNameID &name, const jsi::Value &value) override {
566 throw jsi::JSINativeException("Setting property values is not supported on API Object");
567 }
568};
569
570void JavascriptCallable::call(const godot::Variant **p_arguments, int p_argcount, godot::Variant &r_return_value, GDExtensionCallError &r_call_error) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected