MCPcopy 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

appendPathFunction · 0.70
addLocalSearchPathFunction · 0.70
validatePathFunction · 0.50
mainFunction · 0.50
inputMapping_serializeFunction · 0.50
inputMapping_restoreFunction · 0.50
initReplaysFunction · 0.50
exportLevelFunction · 0.50
loadEntityDataFunction · 0.50
loadLogicDataFunction · 0.50
loadVariableDataFunction · 0.50
hud_convertCapsToBMFunction · 0.50

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected