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

Method FindEntry

engine/Poseidon/IO/ParamFile/ParamFile.cpp:213–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211#pragma clang diagnostic pop
212
213ParamEntry* ParamEntry::FindEntry(const RStringB& name, IParamVisibleTest& visible) const
214{
215 NotClass(GetContext(), name);
216 return nullptr;
217}
218
219ParamEntry* ParamEntry::FindEntryNoInheritance(const RStringB& name, IParamVisibleTest& visible) const
220{

Callers 15

loadMethod · 0.45
DumpMethod · 0.45
TetrisNotebookDisplayMethod · 0.45
ReloadViewerCoreMethod · 0.45
ReloadViewerMethod · 0.45
InitVehiclesMethod · 0.45
InitLandscapeMethod · 0.45
ActivateAddonsMethod · 0.45
LoadMethod · 0.45
InitShapeMethod · 0.45
InitMethod · 0.45
LoadConfigMethod · 0.45

Calls 1

NotClassFunction · 0.85

Tested by 2

TriAssertConfigClassFunction · 0.36
AdminLoginGrantedFunction · 0.36