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

Method GetValue

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

Source from the content-addressed store, hash-verified

259 return nullptr;
260}
261RStringB ParamEntry::GetValue() const
262{
263 NotValue(GetContext());
264 return nullptr;
265}
266
267void ParamEntry::Add(const RStringB& name, const RStringB& val)
268{

Callers

nothing calls this directly

Calls 1

NotValueFunction · 0.85

Tested by

no test coverage detected