Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1137
void C_ClearDynCCmds()
1138
{
1139
for (auto ccmd : dynccmds)
1140
{
1141
delete ccmd;
1142
}
1143
dynccmds.Clear();
1144
}
1145
1146
CCMD (pullin)
1147
{
Callers
1
C_DeinitConsole
Function · 0.85
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected