Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ Tick
Method
Tick
source/common/console/c_dispatch.cpp:100–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
{}
99
100
bool Tick() override
101
{
102
if (Text.IsNotEmpty() && Command != nullptr)
103
{
104
FCommandLine args(Text.GetChars());
105
Command->Run(args, 0);
106
}
107
return true;
108
}
109
110
private:
111
Callers
1
Run
Method · 0.45
Calls
3
IsNotEmpty
Method · 0.80
GetChars
Method · 0.45
Run
Method · 0.45
Tested by
no test coverage detected