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

Method GetSaves

Source/ResourceMan.cpp:401–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401std::vector<std::string> cResourceMan::GetSaves() const {
402 std::vector<std::string> results;
403 for (auto& Campaign : mSaves)
404 results.push_back(Campaign.first);
405
406 return results;
407}
408
409std::vector<std::string> cResourceMan::GetMaps() const {
410 std::vector<std::string> results;

Callers 1

Game_LoadMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected