Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ allowInfoFileCreation
Method
allowInfoFileCreation
radiantcore/map/format/Doom3MapFormat.cpp:68–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
bool Doom3MapFormat::allowInfoFileCreation() const
69
{
70
// allow .darkradiant files to be saved
71
return true;
72
}
73
74
bool Doom3MapFormat::canLoad(std::istream& stream) const
75
{
Callers
3
getInfoFilePath
Function · 0.45
loadMapNode
Method · 0.45
saveFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected