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

Method GodotHostObject

common/NativeGodotModule.cpp:375–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373 }
374
375 GodotHostObject(std::shared_ptr<RNWorklet::JsiWorkletContext> workletContext, const godot::Variant v) :
376 jsi::HostObject(), _workletContext(workletContext), _value(v) {}
377
378 ~GodotHostObject() {
379 LOGI("Destructing Godot object of type: %d", _value.get_type());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected