MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / setPath

Function setPath

TheForceEngine/TFE_FileSystem/paths.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 bool isPortableInstall();
37
38 void setPath(TFE_PathType pathType, const char* path)
39 {
40 s_paths[pathType] = path;
41 }
42
43 bool setProgramDataPath(const char* append)
44 {

Callers 3

validatePathFunction · 0.50
mainFunction · 0.50
configGameFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected