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

Method Init

neo/framework/FileSystem.cpp:1824–1828  ·  view source on GitHub ↗

=============== idDEntry::Init =============== */

Source from the content-addressed store, hash-verified

1822===============
1823*/
1824void idDEntry::Init( const char *directory, const char *extension, const idStrList &list ) {
1825 idDEntry::directory = directory;
1826 idDEntry::extension = extension;
1827 idStrList::operator=(list);
1828}
1829
1830/*
1831===============

Callers 1

ListOSFilesMethod · 0.45

Calls 6

Sys_GetPathFunction · 0.50
StartupVariableMethod · 0.45
GetStringMethod · 0.45
SetStringMethod · 0.45
WarningMethod · 0.45
FatalErrorMethod · 0.45

Tested by

no test coverage detected