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

Method load

radiantcore/map/MapResource.cpp:101–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101bool MapResource::load()
102{
103 if (!_mapRoot)
104 {
105 // Map not loaded yet, acquire map root node from loader
106 setRootNode(loadMapNode());
107 mapSave();
108 }
109
110 return _mapRoot != nullptr;
111}
112
113bool MapResource::isReadOnly()
114{

Callers 1

loadMapNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected