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

Method AddValue

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

Source from the content-addressed store, hash-verified

297}
298
299void ParamEntry::AddValue(float val)
300{
301 NotArray(GetContext());
302}
303void ParamEntry::AddValue(int val)
304{
305 NotArray(GetContext());

Callers 2

SerializeArrayMethod · 0.45
SerializeMethod · 0.45

Calls 1

NotArrayFunction · 0.85

Tested by

no test coverage detected