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

Function C_ClearDynCCmds

source/common/console/c_dispatch.cpp:1137–1144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1135
1136
1137void C_ClearDynCCmds()
1138{
1139 for (auto ccmd : dynccmds)
1140 {
1141 delete ccmd;
1142 }
1143 dynccmds.Clear();
1144}
1145
1146CCMD (pullin)
1147{

Callers 1

C_DeinitConsoleFunction · 0.85

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected