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

Method SetDouble

src/plugin/kernel/include/AFCData.hpp:508–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506 }
507
508 void SetDouble(double value) override
509 {
510 Release();
511 mnType = ArkDataType::DT_DOUBLE;
512 mdValue = value;
513 }
514
515 void SetString(const char* value) override
516 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected