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

Method GetAvailable

Source/ResourceMan.cpp:384–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384std::vector<const sGameVersion*> cResourceMan::GetAvailable() const {
385 std::vector<const sGameVersion*> results;
386 for (auto release : mReleasePath) {
387 results.push_back(release.first);
388 }
389
390 return results;
391}
392
393std::vector<std::string> cResourceMan::GetCampaigns() const {
394 std::vector<std::string> results;

Callers 6

GetRetailMethod · 0.80
GetDemoMethod · 0.80
GetForTilesetMethod · 0.80
GetForCampaignMethod · 0.80
isCampaignAvailableMethod · 0.80
GetCampaignNamesMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected