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

Method GetFloat

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

Source from the content-addressed store, hash-verified

484 RStringB GetValue() const override { return ParamRawValueSpec::GetValue(); }
485 RStringB GetValueRaw() const override { return ParamRawValueSpec::GetValueRaw(); }
486 float GetFloat() const { return ParamRawValueSpec::GetFloat(); }
487 int GetInt() const override { return ParamRawValueSpec::GetInt(); }
488
489 operator RStringB() const override { return ParamRawValueSpec::GetValue(); }

Callers 3

GetPackedColorFunction · 0.45
GetColorFunction · 0.45
GetValueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected