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

Method Clear

source/common/console/c_dispatch.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 void Clear()
134 {
135 delayedCommands.DeleteAndClear();
136 }
137
138 void AddCommand(FDelayedCommand * cmd)
139 {

Callers 2

C_ClearDelayedCommandsFunction · 0.45
C_ClearDynCCmdsFunction · 0.45

Calls 1

DeleteAndClearMethod · 0.80

Tested by

no test coverage detected