MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / GetScenGraphDumpPath

Function GetScenGraphDumpPath

Source/Internal/filesystem.cpp:624–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622}
623
624void GetScenGraphDumpPath(char* buf, size_t size) {
625 FormatString(buf, size, "%sscene_dump.txt", GetWritePath(CoreGameModID).c_str());
626}
627
628void GetASDumpPath(char* buf, size_t size) {
629 FormatString(buf, size, "%sas_dump.txt", GetWritePath(CoreGameModID).c_str());

Callers 2

DumpStateMethod · 0.85
dumpCallbackFunction · 0.85

Calls 3

FormatStringFunction · 0.85
GetWritePathFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected