Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ GetPathToFile
Method
GetPathToFile
Source/Campaign.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
std::string cCampaign::GetPathToFile(const std::string& pName) const {
52
53
return GetPath() + pName;
54
}
55
56
/**
57
* Get the path to the current campaign
Callers
1
mapSave
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected