MCPcopy 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
110private:
111

Callers 1

RunMethod · 0.45

Calls 3

IsNotEmptyMethod · 0.80
GetCharsMethod · 0.45
RunMethod · 0.45

Tested by

no test coverage detected