Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
void G_AddExternalSearchPaths(TArray<FString> &searchpaths)
72
{
73
searchpaths.Append(I_GetSteamPath());
74
searchpaths.Append(I_GetGogPaths());
75
}
76
77
78
#else
Callers
1
CollectSearchPaths
Function · 0.85
Calls
8
I_GetSteamPath
Function · 0.85
I_GetGogPaths
Function · 0.85
I_QueryPathKey
Function · 0.85
AddSearchPath
Function · 0.85
Append
Method · 0.80
FixPathSeperator
Function · 0.50
GetChars
Method · 0.45
Format
Method · 0.45
Tested by
no test coverage detected