Xonotic
|
Go to the source code of this file.
Functions | |
void | HUD_Timer () |
vector | HUD_Timer_Color (float timeleft) |
void | HUD_Timer_Export (int fh) |
float | HUD_Timer_TimeElapsed (float curtime, float starttime) |
float | HUD_Timer_TimeLeft (float curtime, float starttime, float timelimit) |
void HUD_Timer | ( | ) |
Definition at line 39 of file timer.qc.
References autocvar__hud_configure, autocvar_hud_panel_timer, autocvar_hud_panel_timer_dynamichud, autocvar_hud_panel_timer_increment, autocvar_hud_panel_timer_secondary, draw_beginBoldFont, game_stopped_time, HUD_Panel_LoadCvars(), HUD_Scale_Disable(), HUD_Scale_Enable(), HUD_Timer_Color(), HUD_Timer_TimeElapsed(), HUD_Timer_TimeLeft(), intermission_time, panel_bg_padding, panel_pos, panel_size, round_timelimit, seconds_tostring(), string_null, time, vector(), and warmup_stage.
Definition at line 13 of file timer.qc.
Referenced by HUD_Timer().
Definition at line 23 of file timer.qc.
References autocvar_hud_panel_timer_unbound, floor(), max(), and starttime.
Referenced by HUD_Timer().
Definition at line 31 of file timer.qc.
References autocvar_hud_panel_timer_unbound, bound(), and ceil().
Referenced by HUD_Timer().