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

Method createMapExporter

radiantcore/map/Map.cpp:698–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696}
697
698IMapExporter::Ptr Map::createMapExporter(IMapWriter& writer,
699 const scene::IMapRootNodePtr& root, std::ostream& mapStream)
700{
701 return std::make_shared<MapExporter>(writer, root, mapStream, 0);
702}
703
704bool Map::import(const std::string& filename)
705{

Callers 1

saveMapDiffFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected