MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / Clear

Method Clear

neo/framework/FileSystem.cpp:1835–1839  ·  view source on GitHub ↗

=============== idDEntry::Clear =============== */

Source from the content-addressed store, hash-verified

1833===============
1834*/
1835void idDEntry::Clear( void ) {
1836 directory.Clear();
1837 extension.Clear();
1838 idStrList::Clear();
1839}
1840
1841/*
1842===============

Callers 7

ListModsMethod · 0.45
StartupMethod · 0.45
ClearPureChecksumsMethod · 0.45
SetRestartChecksumsMethod · 0.45
ShutdownMethod · 0.45
ClearDirCacheMethod · 0.45

Calls 1

ClearFunction · 0.85

Tested by

no test coverage detected