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

Method AddArrayValue

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

Source from the content-addressed store, hash-verified

309 NotArray(GetContext());
310}
311IParamArrayValue* ParamEntry::AddArrayValue()
312{
313 NotArray(GetContext());
314 return nullptr;
315}
316
317int ParamEntry::GetEntryCount() const
318{

Callers 3

GameValueToEntryFunction · 0.45
test_paramfile.cppFile · 0.45

Calls 1

NotArrayFunction · 0.85

Tested by

no test coverage detected