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

Method initialiseModule

radiantcore/map/format/Doom3MapFormat.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

registerMapFormatMethod · 0.80

Tested by

no test coverage detected