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

Function D_MultiExec

source/core/gameconfigfile.cpp:601–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599//==========================================================================
600
601FExecList *D_MultiExec (FArgs *list, FExecList *exec)
602{
603 for (int i = 0; i < list->NumArgs(); ++i)
604 {
605 exec = C_ParseExecFile(list->GetArg(i), exec);
606 }
607 return exec;
608}
609
610void G_LoadConfig()
611{

Callers 1

G_ReadConfigFunction · 0.85

Calls 3

C_ParseExecFileFunction · 0.85
NumArgsMethod · 0.80
GetArgMethod · 0.45

Tested by

no test coverage detected