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

Method initialiseModule

radiantcore/map/format/Quake4MapFormat.cpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void Quake4MapFormat::initialiseModule(const IApplicationContext& ctx)
34{
35 // Register ourselves as map format for maps, regions and prefabs
36 GlobalMapFormatManager().registerMapFormat("map", shared_from_this());
37 GlobalMapFormatManager().registerMapFormat("reg", shared_from_this());
38 GlobalMapFormatManager().registerMapFormat("pfb", shared_from_this());
39}
40
41void Quake4MapFormat::shutdownModule()
42{

Callers

nothing calls this directly

Calls 1

registerMapFormatMethod · 0.80

Tested by

no test coverage detected