Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
IMapWriterPtr Doom3MapFormat::getMapWriter() const
64
{
65
return IMapWriterPtr(new Doom3MapWriter);
66
}
67
68
bool Doom3MapFormat::allowInfoFileCreation() const
69
{
Callers
2
exportSelected
Method · 0.45
saveFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected