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

Method SetUnknown

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

Set data

Source from the content-addressed store, hash-verified

471
472 // Set data
473 void SetUnknown() override
474 {
475 Release();
476 mnType = ArkDataType::DT_EMPTY;
477 mn64Value = 0;
478 }
479
480 void SetBool(bool value) override
481 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected