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

Function G_DefFile

source/core/searchpaths.cpp:972–975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

970}
971
972const char* G_DefFile(void)
973{
974 return userConfig.DefaultDef.IsNotEmpty() ? userConfig.DefaultDef.GetChars() : G_DefaultDefFile();
975}
976
977
978#if 0

Callers 1

LoadDefinitionsFunction · 0.85

Calls 3

G_DefaultDefFileFunction · 0.85
IsNotEmptyMethod · 0.80
GetCharsMethod · 0.45

Tested by

no test coverage detected