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

Method Tick

source/common/console/c_dispatch.cpp:77–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 {}
76
77 bool Tick() override
78 {
79 if (--TicsLeft == 0)
80 {
81 UnsafeExecutionScope scope(IsUnsafe);
82 AddCommandString(Command.GetChars());
83 return true;
84 }
85 return false;
86 }
87
88 FString Command;
89 int TicsLeft;

Callers

nothing calls this directly

Calls 2

AddCommandStringFunction · 0.85
GetCharsMethod · 0.45

Tested by

no test coverage detected