Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
validatePath
Function · 0.50
main
Function · 0.50
configGame
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected