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

Method loadMapResourceFromArchive

radiantcore/map/Map.cpp:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void Map::loadMapResourceFromArchive(const std::string& archive, const std::string& archiveRelativePath)
145{
146 // Create a MapLocation defining an archive file, and forward the call
147 loadMapResourceFromLocation(MapLocation{ archive, true, archiveRelativePath });
148}
149
150void Map::loadMapResourceFromLocation(const MapLocation& location)
151{

Callers 1

openMapFromArchiveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected