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

Method initialiseModule

radiantcore/map/format/Doom3PrefabFormat.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17void Doom3PrefabFormat::initialiseModule(const IApplicationContext& ctx)
18{
19 // Register ourselves as map format
20 GlobalMapFormatManager().registerMapFormat("pfb", shared_from_this());
21}
22
23void Doom3PrefabFormat::shutdownModule()
24{

Callers

nothing calls this directly

Calls 1

registerMapFormatMethod · 0.80

Tested by

no test coverage detected