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

Method initialiseModule

radiantcore/map/format/Quake3MapFormat.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void Quake3MapFormatBase::initialiseModule(const IApplicationContext& ctx)
28{
29 // Register ourselves as map format for maps and regions
30 GlobalMapFormatManager().registerMapFormat("map", getSharedToThis());
31 GlobalMapFormatManager().registerMapFormat("reg", getSharedToThis());
32 GlobalMapFormatManager().registerMapFormat("pfb", getSharedToThis());
33}
34
35void Quake3MapFormatBase::shutdownModule()
36{

Callers

nothing calls this directly

Calls 1

registerMapFormatMethod · 0.80

Tested by

no test coverage detected