MCPcopy Create free account
hub / github.com/ZDoom/Raze / G_AddExternalSearchPaths

Function G_AddExternalSearchPaths

source/core/searchpaths.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69#ifndef _WIN32
70
71void G_AddExternalSearchPaths(TArray<FString> &searchpaths)
72{
73 searchpaths.Append(I_GetSteamPath());
74 searchpaths.Append(I_GetGogPaths());
75}
76
77
78#else

Callers 1

CollectSearchPathsFunction · 0.85

Calls 8

I_GetSteamPathFunction · 0.85
I_GetGogPathsFunction · 0.85
I_QueryPathKeyFunction · 0.85
AddSearchPathFunction · 0.85
AppendMethod · 0.80
FixPathSeperatorFunction · 0.50
GetCharsMethod · 0.45
FormatMethod · 0.45

Tested by

no test coverage detected