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

Method GetPathToCampaign

Source/Campaign.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46std::string cCampaign::GetPathToCampaign() const {
47
48 return GetPath(false) + ".ofc";
49}
50
51std::string cCampaign::GetPathToFile(const std::string& pName) const {
52

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected