]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/hud.qh
Merge branch 'diabolik/pyriaplayermodel' of ssh://git.xonotic.org/xonotic-data.pk3dir...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud.qh
1 void CSQC_kh_hudreset();
2 void CSQC_kh_hud();
3 void CSQC_ctf_hudreset();
4 void CSQC_ctf_hud();
5 void CSQC_nb_hud();
6 void CSQC_race_hud();
7 const float BORDER_MULTIPLIER = 0.25;
8 float hud_color_bg_team;
9 float scoreboard_bottom;
10 float weapon_hits[WEP_MAXCOUNT];
11 float weapon_fired[WEP_MAXCOUNT];
12 float weapon_number;
13
14 float ps_primary, ps_secondary;
15 float ts_primary, ts_secondary;
16
17 float last_weapon;
18 float weapontime;
19
20 float teamnagger;
21 float hud_alpha_fg;
22 float hud_alpha_bg;
23 float hud_hudselector;
24 float hud_accuracy_hud;
25 float hud_border_thickness;
26 float hud_accuracy_border_thickness;