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

Method refresh

Source/ResourceMan.cpp:242–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242void cResourceMan::refresh() {
243 validatePaths();
244
245 findCampaigns();
246 findVersions();
247 findSaves();
248 findCustomMaps();
249}
250
251std::string cResourceMan::FindVersionPath(const sGameVersion* pVersion) const {
252

Callers 2

PrepareMethod · 0.80
Game_SaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected