MCPcopy 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
186std::string getScreenShotDirName() {
187 return setupString("screenshots");
188}
189
190std::string getTempDirName() {
191// FIXME: needs something for Windows and maybe other platforms

Callers 1

writeScreenshotFunction · 0.85

Calls 1

setupStringFunction · 0.85

Tested by

no test coverage detected