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

Method isCampaignAvailable

Source/ResourceMan.cpp:484–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484bool cResourceMan::isCampaignAvailable(std::string pName) const {
485 return (mCampaigns.find(pName) != mCampaigns.end());
486}
487
488std::vector<std::string> cResourceMan::getValidPaths() const {
489 return mValidPaths;

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected