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

Method shutdownModule

radiantcore/map/format/Doom3MapFormat.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void Doom3MapFormat::shutdownModule()
41{
42 // Unregister now that we're shutting down
43 GlobalMapFormatManager().unregisterMapFormat(shared_from_this());
44}
45
46const std::string& Doom3MapFormat::getMapFormatName() const
47{

Callers

nothing calls this directly

Calls 1

unregisterMapFormatMethod · 0.80

Tested by

no test coverage detected