MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / SaveTo

Method SaveTo

src/plugin/kernel/include/AFCNode.hpp:548–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546 }
547
548 void SaveTo(AFINode* other) override
549 {
550 ARK_ASSERT_RET_NONE(data_meta_ != nullptr && other != nullptr);
551 ARK_ASSERT_RET_NONE(data_meta_->GetType() == other->GetType());
552
553 other->SetFloat(GetFloat());
554 }
555
556 float GetFloat() const override
557 {

Callers

nothing calls this directly

Calls 2

GetTypeMethod · 0.45
SetFloatMethod · 0.45

Tested by

no test coverage detected