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

Method GetSave

Source/ResourceMan.cpp:472–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472std::string cResourceMan::GetSave(const std::string &pName) const {
473 for (auto& Save : mSaves) {
474 if (Save.first == pName)
475 return Save.second;
476 }
477 return "";
478}
479
480bool cResourceMan::isDataAvailable() const {
481 return mReleasePath.size() > 0;

Callers 2

Game_LoadMethod · 0.80
Game_Load_FilterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected