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