MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OnTimer

Function OnTimer

netgames/ctf/ctf.cpp:2260–2260  ·  view source on GitHub ↗

//////////////////////////// Timer event handlers

Source from the content-addressed store, hash-verified

2258/////////////////////////////////
2259// Timer event handlers
2260void OnTimer(void) { DisplayFlagBlink = !DisplayFlagBlink; }
2261void OnTimerKill(void) {
2262 DisplayFlagBlink = true;
2263 WhoJustFlagged = WhoJustFlaggedTimer = -1;

Callers 14

OnTimerMethod · 0.50
OnTimerMethod · 0.50
OnTimerMethod · 0.50
OnTimerMethod · 0.50
OnTimerMethod · 0.50
OnTimerMethod · 0.50
OnTimerMethod · 0.50
OnTimerMethod · 0.50
OnTimerMethod · 0.50
OnTimerMethod · 0.50
OnTimerMethod · 0.50
OnTimerMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected