MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / SetValue

Method SetValue

engine/Poseidon/IO/ParamFile/ParamFile.cpp:494–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492 operator bool() const override { return ParamRawValueSpec::GetInt() != 0; }
493
494 void SetValue(const RStringB& val) override { ParamRawValueSpec::SetValue(val); }
495 void SetValue(float val) override { ParamRawValueSpec::SetValue(val); }
496 void SetValue(int val) override { ParamRawValueSpec::SetValue(val); }
497 void SetFile(ParamFile* file) override { ParamRawValueSpec::SetFile(file); }

Callers

nothing calls this directly

Calls 1

SetValueFunction · 0.85

Tested by

no test coverage detected