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

Method AddArray

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

Source from the content-addressed store, hash-verified

287 return nullptr;
288}
289ParamEntry* ParamEntry::AddArray(const RStringB& name)
290{
291 NotClass(GetContext(), name);
292 return nullptr;
293}
294void ParamEntry::Clear()
295{
296 NotArray(GetContext());

Callers 13

SerializeArrayMethod · 0.80
SerializeMethod · 0.80
SaveMethod · 0.80
SaveMethod · 0.80
GameValueToEntryFunction · 0.80
SaveToParamFileMethod · 0.80
test_paramfile.cppFile · 0.80

Calls 1

NotClassFunction · 0.85

Tested by

no test coverage detected