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

Method SetFloat

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

Source from the content-addressed store, hash-verified

499 }
500
501 void SetFloat(float value) override
502 {
503 Release();
504 mnType = ArkDataType::DT_FLOAT;
505 mfValue = value;
506 }
507
508 void SetDouble(double value) override
509 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected