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

Method ExecCommands

source/common/console/c_dispatch.cpp:998–1004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

996}
997
998void FExecList::ExecCommands() const
999{
1000 for (unsigned i = 0; i < Commands.Size(); ++i)
1001 {
1002 AddCommandString(Commands[i].GetChars());
1003 }
1004}
1005
1006void FExecList::AddPullins(std::vector<std::string>& wads, FConfigFile *config) const
1007{

Callers 2

G_ReadConfigFunction · 0.80
C_ExecFileFunction · 0.80

Calls 3

AddCommandStringFunction · 0.85
SizeMethod · 0.45
GetCharsMethod · 0.45

Tested by

no test coverage detected