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

Method shutdownModule

radiantcore/map/format/Quake4MapFormat.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

unregisterMapFormatMethod · 0.80

Tested by

no test coverage detected