Xonotic
timer.qh
Go to the documentation of this file.
1 #pragma once
2 #include "../panel.qh"
3 
9 
10 vector HUD_Timer_Color(float timeleft);
11 float HUD_Timer_TimeElapsed(float curtime, float starttime);
12 float HUD_Timer_TimeLeft(float curtime, float starttime, float timelimit);
int autocvar_hud_panel_timer_secondary
Definition: timer.qh:7
float HUD_Timer_TimeElapsed(float curtime, float starttime)
Definition: timer.qc:23
vector HUD_Timer_Color(float timeleft)
Definition: timer.qc:13
bool autocvar_hud_panel_timer_dynamichud
Definition: timer.qh:5
vector(float skel, float bonenum) _skel_get_boneabs_hidden
float HUD_Timer_TimeLeft(float curtime, float starttime, float timelimit)
Definition: timer.qc:31
bool autocvar_hud_panel_timer
Definition: timer.qh:4
bool autocvar_hud_panel_timer_increment
Definition: timer.qh:6
float starttime
Definition: strafehud.qc:38
bool autocvar_hud_panel_timer_unbound
Definition: timer.qh:8