MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / shutdown

Method shutdown

radiantcore/vfs/Doom3FileSystem.cpp:150–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void Doom3FileSystem::shutdown()
151{
152 _archives.clear();
153 _directories.clear();
154 _vfsSearchPaths.clear();
155 _allowedExtensions.clear();
156 _allowedExtensionsDir.clear();
157
158 rMessage() << "Filesystem shut down" << std::endl;
159}
160
161const std::set<std::string>& Doom3FileSystem::getArchiveExtensions() const
162{

Callers

nothing calls this directly

Calls 2

rMessageFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected