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

Method getMapWriter

radiantcore/map/format/Doom3MapFormat.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63IMapWriterPtr Doom3MapFormat::getMapWriter() const
64{
65 return IMapWriterPtr(new Doom3MapWriter);
66}
67
68bool Doom3MapFormat::allowInfoFileCreation() const
69{

Callers 2

exportSelectedMethod · 0.45
saveFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected