|
Xonotic
|
#include "../panel.qh"
Include dependency graph for timer.qh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| vector | HUD_Timer_Color (float timeleft) |
| float | HUD_Timer_TimeElapsed (float curtime, float starttime) |
| float | HUD_Timer_TimeLeft (float curtime, float starttime, float timelimit) |
Definition at line 13 of file timer.qc.
Referenced by HUD_Timer().
Here is the caller graph for this function:Definition at line 23 of file timer.qc.
References autocvar_hud_panel_timer_unbound, floor(), max(), and starttime.
Referenced by HUD_Timer().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 31 of file timer.qc.
References autocvar_hud_panel_timer_unbound, bound(), and ceil().
Referenced by HUD_Timer().
Here is the call graph for this function:
Here is the caller graph for this function:| bool autocvar_hud_panel_timer |
Definition at line 4 of file timer.qh.
Referenced by HUD_Timer().
Definition at line 5 of file timer.qh.
Referenced by HUD_Timer().
| bool autocvar_hud_panel_timer_increment |
Definition at line 6 of file timer.qh.
Referenced by HUD_Timer().
| int autocvar_hud_panel_timer_secondary = 1 |
Definition at line 7 of file timer.qh.
Referenced by HUD_Timer().
| bool autocvar_hud_panel_timer_unbound |
Definition at line 8 of file timer.qh.
Referenced by HUD_Timer_TimeElapsed(), and HUD_Timer_TimeLeft().