]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/hud/panel/scoreboard.qh
Merge branch 'master' into terencehill/glowmod_color_fix
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / scoreboard.qh
1 #pragma once
2 #include "../panel.qh"
3
4 bool scoreboard_showscores;
5
6 bool scoreboard_active;
7 float scoreboard_fade_alpha;
8 float scoreboard_acc_fade_alpha;
9
10 void Cmd_Scoreboard_SetFields(int argc);
11 void Scoreboard_Draw();
12 void Scoreboard_InitScores();
13 void Scoreboard_UpdatePlayerTeams();
14 void Scoreboard_UpdatePlayerPos(entity pl);
15 void Scoreboard_UpdateTeamPos(entity Team);
16 bool Scoreboard_WouldDraw();