Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
static FDelayedCommandQueue delayedCommandQueue;
145
146
void C_RunDelayedCommands()
147
{
148
delayedCommandQueue.Run();
149
}
150
151
void C_ClearDelayedCommands()
152
{
Callers
1
GameTicker
Function · 0.85
Calls
1
Run
Method · 0.45
Tested by
no test coverage detected