MCPcopy 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
68bool Doom3MapFormat::allowInfoFileCreation() const
69{
70 // allow .darkradiant files to be saved
71 return true;
72}
73
74bool Doom3MapFormat::canLoad(std::istream& stream) const
75{

Callers 3

getInfoFilePathFunction · 0.45
loadMapNodeMethod · 0.45
saveFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected