Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ getScreenShotDirName
Function
getScreenShotDirName
src/game/DirectoryNames.cpp:186–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
std::string getScreenShotDirName() {
187
return setupString(
"screenshots"
);
188
}
189
190
std::string getTempDirName() {
191
// FIXME: needs something for Windows and maybe other platforms
Callers
1
writeScreenshot
Function · 0.85
Calls
1
setupString
Function · 0.85
Tested by
no test coverage detected