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

Method FindEntryNoInheritance

engine/Poseidon/IO/ParamFile/ParamFile.cpp:219–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219ParamEntry* ParamEntry::FindEntryNoInheritance(const RStringB& name, IParamVisibleTest& visible) const
220{
221 NotClass(GetContext(), name);
222 return nullptr;
223}
224
225const ParamEntry& ParamEntry::operator>>(const char* name) const
226{

Callers 8

runConfigSearchMethod · 0.45
RemoveMethod · 0.45
SearchMethod · 0.45
GetChildClassFunction · 0.45
HasPlayerAssignmentFunction · 0.45
LintMissionSectionFunction · 0.45

Calls 1

NotClassFunction · 0.85

Tested by

no test coverage detected