Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ getPath
Function
getPath
TheForceEngine/TFE_FileSystem/paths.cpp:182–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
const char* getPath(TFE_PathType pathType)
183
{
184
return s_paths[pathType].c_str();
185
}
186
187
bool hasPath(TFE_PathType pathType)
188
{
Callers
15
appendPath
Function · 0.70
addLocalSearchPath
Function · 0.70
validatePath
Function · 0.50
main
Function · 0.50
inputMapping_serialize
Function · 0.50
inputMapping_restore
Function · 0.50
initReplays
Function · 0.50
exportLevel
Function · 0.50
loadEntityData
Function · 0.50
loadLogicData
Function · 0.50
loadVariableData
Function · 0.50
hud_convertCapsToBM
Function · 0.50
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected