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

Method LoadConfigFile

source/common/utility/configfile.cpp:599–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597//====================================================================
598
599void FConfigFile::LoadConfigFile ()
600{
601 FileReader file;
602 bool succ;
603
604 FileExisted = false;
605 if (!file.OpenFile (PathName.GetChars()))
606 {
607 return;
608 }
609
610 succ = ReadConfig (&file);
611 FileExisted = succ;
612}
613
614//====================================================================
615//

Callers

nothing calls this directly

Calls 2

OpenFileMethod · 0.45
GetCharsMethod · 0.45

Tested by

no test coverage detected