MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / GetMaps

Method GetMaps

Source/ResourceMan.cpp:409–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409std::vector<std::string> cResourceMan::GetMaps() const {
410 std::vector<std::string> results;
411
412 for (auto& Campaign : mMaps)
413 results.push_back(Campaign.first);
414
415 return results;
416}
417
418std::string cResourceMan::GetSaveNewName() const {
419 auto now = std::chrono::system_clock::now();

Callers 1

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected