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

Function C_RunDelayedCommands

source/common/console/c_dispatch.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144static FDelayedCommandQueue delayedCommandQueue;
145
146void C_RunDelayedCommands()
147{
148 delayedCommandQueue.Run();
149}
150
151void C_ClearDelayedCommands()
152{

Callers 1

GameTickerFunction · 0.85

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected