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

Method isReadOnly

radiantcore/map/MapResource.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113bool MapResource::isReadOnly()
114{
115 return !FileIsWriteable(getAbsoluteResourcePath());
116}
117
118void MapResource::save(const MapFormatPtr& mapFormat)
119{

Callers 4

selectionChangedMethod · 0.45
deleteSchemeMethod · 0.45
saveMethod · 0.45
saveMapCmdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected