]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/hud/panel/scoreboard.qh
22817d515eb86acbf7752fbeb33d9379ae1aa906
[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 float scoreboard_itemstats_fade_alpha;
10
11 void Cmd_Scoreboard_SetFields(int argc);
12 void Scoreboard_Draw();
13 void Scoreboard_InitScores();
14 void Scoreboard_UpdatePlayerTeams();
15 void Scoreboard_UpdatePlayerPos(entity pl);
16 void Scoreboard_UpdateTeamPos(entity Team);
17 bool Scoreboard_WouldDraw();