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

Method GetEntryCount

engine/Poseidon/IO/ParamFile/ParamFile.cpp:317–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317int ParamEntry::GetEntryCount() const
318{
319 NotClass(GetContext());
320 return 0;
321}
322const ParamEntry& ParamEntry::GetEntry(int i) const
323{
324 NotClass(GetContext());

Callers 15

ParamClassToTextFunction · 0.45
renderConfigClassTreeMethod · 0.45
collectConfigResultsMethod · 0.45
WriteClassJsonMethod · 0.45
CollectStringsMethod · 0.45
DumpMethod · 0.45
FindMethod · 0.45
CountNestedClassesFunction · 0.45
HasPlayerAssignmentFunction · 0.45
LintMissionSectionFunction · 0.45

Calls 1

NotClassFunction · 0.85

Tested by

no test coverage detected