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

Method GetSize

engine/Poseidon/IO/ParamFile/ParamFile.cpp:458–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458int ParamEntry::GetSize() const
459{
460 ErrorMessage(EMError, "Size: '%s' not an array", (const char*)GetContext());
461 return 0;
462}
463
464DEFINE_FAST_ALLOCATOR(ParamClass)
465

Callers 15

ProcessFileFunction · 0.45
playSoundEntryMethod · 0.45
extractPboFileMethod · 0.45
extractVirtualFileMethod · 0.45
startUsedByScanMethod · 0.45
updateCachedInfoMethod · 0.45
renderPreviewPanelMethod · 0.45
RenderEntryValueFunction · 0.45
ExtractPboEntryFunction · 0.45
WriteArrayJsonMethod · 0.45
CollectStringsMethod · 0.45
ReadPboEntryFunction · 0.45

Calls 1

ErrorMessageFunction · 0.85

Tested by

no test coverage detected