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

Method SetValue

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

Source from the content-addressed store, hash-verified

326}
327
328void ParamEntry::SetValue(const RStringB& val)
329{
330 NotValue(GetContext());
331}
332void ParamEntry::SetValue(float val)
333{
334 NotValue(GetContext());

Callers 4

ParsePlainTextMethod · 0.45
SetValueMethod · 0.45
ParamValueSpecClass · 0.45

Calls 2

NotValueFunction · 0.85
ErrorMessageFunction · 0.85

Tested by

no test coverage detected