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

Method SetBool

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

Source from the content-addressed store, hash-verified

478 }
479
480 void SetBool(bool value) override
481 {
482 Release();
483 mnType = ArkDataType::DT_BOOLEAN;
484 mbValue = value;
485 }
486
487 void SetInt(int value) override
488 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected