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

Method getDataPath

Source/Versions.cpp:299–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299std::string sGameVersion::getDataPath() const {
300
301 if (isCustom()) {
302 return g_Fodder->mVersions->GetRetail(ePlatform::Any, mGame)->getDataPath();
303 }
304
305 return g_ResourceMan->FindVersionPath(this);
306}
307
308std::string sGameVersion::getDataFilePath(std::string pFile) const {
309

Callers

nothing calls this directly

Calls 2

GetRetailMethod · 0.80
FindVersionPathMethod · 0.80

Tested by

no test coverage detected