|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "../panel.qh"Go to the source code of this file.
Functions | |
| vector | HUD_Timer_Color (float timeleft, float timelimit) |
| float | HUD_Timer_TimeElapsed (float curtime, float starttime) |
| float | HUD_Timer_TimeLeft (float curtime, float starttime, float timelimit) |
Definition at line 16 of file timer.qc.
References autocvar_hud_panel_timer_warning_red, autocvar_hud_panel_timer_warning_relative, autocvar_hud_panel_timer_warning_relative_red, autocvar_hud_panel_timer_warning_relative_yellow, autocvar_hud_panel_timer_warning_yellow, ISGAMETYPE, race_server_record, TIME_DECODE, and vector.
Referenced by HUD_Timer().
Definition at line 51 of file timer.qc.
References autocvar_hud_panel_timer_unbound, floor(), and max().
Referenced by HUD_Timer().
Definition at line 59 of file timer.qc.
References autocvar_hud_panel_timer_unbound, bound(), and ceil().
Referenced by HUD_Timer().
| 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_Pickup_Time(), and 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().
| float autocvar_hud_panel_timer_warning_red = 60 |
Definition at line 12 of file timer.qh.
Referenced by HUD_Timer_Color().
| int autocvar_hud_panel_timer_warning_relative = 0 |
Definition at line 9 of file timer.qh.
Referenced by HUD_Timer_Color().
| float autocvar_hud_panel_timer_warning_relative_red = 1.2 |
Definition at line 10 of file timer.qh.
Referenced by HUD_Timer_Color().
| float autocvar_hud_panel_timer_warning_relative_yellow = 3 |
Definition at line 11 of file timer.qh.
Referenced by HUD_Timer_Color().
| float autocvar_hud_panel_timer_warning_yellow = 300 |
Definition at line 13 of file timer.qh.
Referenced by HUD_Timer_Color().