]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud/panel/scoreboard.qh
Merge branch 'terencehill/scoreboard_ui' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / scoreboard.qh
index 2989b54b0108572c014040f3a2975bd21c3edc2c..dbf54e4b2eed0bf05076695dae330f22c7156602 100644 (file)
@@ -24,3 +24,20 @@ void Scoreboard_UpdatePlayerTeams();
 void Scoreboard_UpdatePlayerPos(entity pl);
 void Scoreboard_UpdateTeamPos(entity Team);
 bool Scoreboard_WouldDraw();
+void Scoreboard_UI_Enable(int mode);
+
+int scoreboard_ui_enabled;
+bool autocvar__scoreboard_team_selection;
+float HUD_Scoreboard_InputEvent(float bInputType, float nPrimary, float nSecondary);
+
+int scoreboard_selected_panel;
+float scoreboard_selected_panel_time;
+entity scoreboard_selected_player;
+entity scoreboard_selected_team;
+int scoreboard_selected_columns_layout;
+
+// start from 1
+int SB_PANEL_FIRST = 1;
+int SB_PANEL_SCOREBOARD = 1;
+int SB_PANEL_RANKINGS = 2;
+int SB_PANEL_MAX = 2;