Xonotic
|
#include "scoreboard.qh"
#include <client/draw.qh>
#include <client/hud/panel/chat.qh>
#include <client/hud/panel/physics.qh>
#include <client/hud/panel/quickmenu.qh>
#include <client/hud/panel/racetimer.qh>
#include <client/hud/panel/weapons.qh>
#include <common/constants.qh>
#include <common/ent_cs.qh>
#include <common/mapinfo.qh>
#include <common/minigames/cl_minigames.qh>
#include <common/net_linked.qh>
#include <common/scores.qh>
#include <common/stats.qh>
#include <common/teams.qh>
#include <common/items/inventory.qh>
Go to the source code of this file.
Macros | |
#define | SB_EXTRA_SORTING_FIELDS 5 |
#define | SCOREBOARD_DEFAULT_COLUMNS |
#define SB_EXTRA_SORTING_FIELDS 5 |
Definition at line 170 of file scoreboard.qc.
Referenced by Scoreboard_ComparePlayerScores().
#define SCOREBOARD_DEFAULT_COLUMNS |
Definition at line 394 of file scoreboard.qc.
Referenced by Cmd_Scoreboard_SetFields().
void Cmd_Scoreboard_Help | ( | ) |
Definition at line 357 of file scoreboard.qc.
References LOG_HELP.
Referenced by LocalCommand_hud().
Definition at line 412 of file scoreboard.qc.
References argv(), autocvar_scoreboard_columns, cvar_set(), FOREACH, gametype, hud_fontsize, HUD_GetFontsize(), isGametypeInFilter(), LABEL, LOG_INFO, LOG_INFOF, MAX_SBT_FIELDS, ps_primary, ps_secondary, sbt_field, sbt_field_size, sbt_field_title, sbt_num_fields, SCOREBOARD_DEFAULT_COLUMNS, scores_flags, scores_label, SFL_ALLOW_HIDE, strcat(), strcpy, strfree, stringwidth, strlen(), strstrofs, strzone(), substring(), TC, teamplay, tokenizebyseparator, and TranslateScoresLabel().
Referenced by LocalCommand_hud(), and Scoreboard_InitScores().
Definition at line 1356 of file scoreboard.qc.
References autocvar_hud_panel_scoreboard_itemstats_filter, autocvar_hud_panel_scoreboard_itemstats_filter_mask, and floor().
Referenced by Scoreboard_ItemStats_Draw(), and Scoreboard_ItemStats_WouldDraw().
Definition at line 113 of file scoreboard.qc.
References CTX().
Referenced by PrintScoresLabels(), and TranslateScoresLabel().
Definition at line 1481 of file scoreboard.qc.
References DRAWFLAG_NORMAL, drawstring(), hud_fontsize, panel_pos, panel_size, sbt_fg_alpha, and stringwidth.
void PrintScoresLabels | ( | ) |
Definition at line 167 of file scoreboard.qc.
References Label_getInfo(), and string_null.
Definition at line 1212 of file scoreboard.qc.
References autocvar_hud_panel_scoreboard_accuracy_doublerows, autocvar_hud_panel_weapons_aspect, ceil(), drawstring(), eX, floor(), FOREACH, frametime, height, hud_fontsize, if(), max(), min(), panel_bg_padding, REGISTRY_COUNT, scoreboard_acc_fade_alpha, scoreboard_fade_alpha, weapon_accuracy, WEP_FIRST, WEP_FLAG_HIDDEN, WEP_FLAG_MUTATORBLOCKED, WEP_FLAG_SPECIALATTACK, and WEP_TYPE_OTHER.
Definition at line 1677 of file scoreboard.qc.
References autocvar_hud_panel_scoreboard_accuracy, autocvar_hud_panel_scoreboard_accuracy_showdelay, autocvar_hud_panel_scoreboard_accuracy_showdelay_minpos, FOREACH, have_weapon_stats, intermission, MUTATOR_CALLHOOK, scoreboard_time, time, vid_conheight, warmup_stage, weapon_accuracy, and WEP_FIRST.
Definition at line 610 of file scoreboard.qc.
References autocvar_hud_panel_scoreboard_playerid_prefix, autocvar_hud_panel_scoreboard_playerid_suffix, itos, and strcat().
Referenced by Scoreboard_DrawOthers().
Definition at line 252 of file scoreboard.qc.
References entity(), NULL, NUM_SPECTATOR, ps_primary, ps_secondary, sb_extra_sorting_field, SB_EXTRA_SORTING_FIELDS, Scoreboard_CompareScore(), and scores_flags.
Referenced by Scoreboard_UpdatePlayerPos().
Definition at line 235 of file scoreboard.qc.
References IS_DECREASING, IS_INCREASING, SFL_ZERO_IS_WORST, and TC.
Referenced by Scoreboard_ComparePlayerScores(), and Scoreboard_CompareTeamScores().
Definition at line 311 of file scoreboard.qc.
References MAX_TEAMSCORE, NUM_SPECTATOR, Scoreboard_CompareScore(), teamscores_flags, ts_primary, and ts_secondary.
Referenced by Scoreboard_UpdateTeamPos().
void Scoreboard_Draw | ( | ) |
Definition at line 1774 of file scoreboard.qc.
References autocvar__hud_configure, autocvar_con_notify, autocvar_con_notifysize, autocvar_hud_fontsize, autocvar_hud_panel_scoreboard_dynamichud, autocvar_hud_panel_scoreboard_fadeinspeed, autocvar_hud_panel_scoreboard_fadeoutspeed, autocvar_hud_panel_scoreboard_minwidth, autocvar_hud_panel_scoreboard_namesize, autocvar_hud_panel_scoreboard_table_bg_alpha, autocvar_hud_panel_scoreboard_table_fg_alpha, autocvar_hud_panel_scoreboard_table_fg_alpha_self, autocvar_hud_panel_scoreboard_table_highlight, autocvar_hud_panel_scoreboard_table_highlight_alpha, autocvar_hud_panel_scoreboard_table_highlight_alpha_eliminated, autocvar_hud_panel_scoreboard_table_highlight_alpha_self, bound(), draw_beginBoldFont, draw_endBoldFont, drawcolorcodedstring(), DRAWFLAG_NORMAL, entity(), frametime, gametype, hud_configure_menu_open, hud_draw_maximized, hud_fontsize, hud_fontsize_str, HUD_GetFontsize(), HUD_Panel_LoadCvars(), HUD_Scale_Disable(), HUD_Scale_Enable(), MapInfo_Type_ToText(), max(), max_namesize, min(), panel_fade_alpha, panel_fg_alpha, panel_pos, panel_size, sbt_bg_alpha, sbt_fg_alpha, sbt_fg_alpha_self, sbt_highlight, sbt_highlight_alpha, sbt_highlight_alpha_eliminated, sbt_highlight_alpha_self, scoreboard_acc_fade_alpha, scoreboard_active, scoreboard_fade_alpha, Scoreboard_initFieldSizes(), scoreboard_itemstats_fade_alpha, scoreboard_left, scoreboard_right, scoreboard_time, scoreboard_top, Scoreboard_UpdatePlayerTeams(), strcat(), strcpy, stringwidth, time, vector(), and vid_conwidth.
Definition at line 843 of file scoreboard.qc.
References drawfill(), DRAWFLAG_NORMAL, drawstring(), eX, eY, hud_fontsize, panel_pos, panel_size, sbt_fg_alpha, sbt_field, sbt_field_size, sbt_field_title, sbt_highlight, sbt_highlight_alpha, sbt_num_fields, stringwidth, and vector().
Referenced by Scoreboard_MakeTable().
Definition at line 890 of file scoreboard.qc.
References drawcolorcodedstring(), drawfill(), DRAWFLAG_NORMAL, drawpic(), drawstring(), eX, eY, hud_fontsize, panel_fg_alpha, panel_size, sbt_fg_alpha, sbt_fg_alpha_self, sbt_field, sbt_field_icon0, sbt_field_icon1, sbt_field_icon1_rgb, sbt_field_icon2, sbt_field_icon2_rgb, sbt_field_rgb, sbt_field_size, sbt_fixcolumnwidth_iconlen, sbt_fixcolumnwidth_len, sbt_fixcolumnwidth_marginlen, sbt_highlight, sbt_highlight_alpha, sbt_highlight_alpha_eliminated, sbt_highlight_alpha_self, sbt_num_fields, Scoreboard_FixColumnWidth(), Scoreboard_GetField(), TC, vec2, and vector().
Referenced by Scoreboard_MakeTable().
vector Scoreboard_DrawOthers | ( | vector | item_pos, |
vector | rgb, | ||
int | this_team, | ||
entity | ignored_pl, | ||
entity | pl, | ||
int | pl_number | ||
) |
Definition at line 988 of file scoreboard.qc.
References autocvar_hud_panel_scoreboard_namesize, autocvar_hud_panel_scoreboard_others_showscore, autocvar_hud_panel_scoreboard_playerid, autocvar_hud_panel_scoreboard_spectators_aligned, autocvar_hud_panel_scoreboard_spectators_showping, drawcolorcodedstring(), drawfill(), DRAWFLAG_NORMAL, drawstring(), eX, hud_fontsize, max(), NUM_SPECTATOR, panel_size, sbt_fg_alpha, sbt_field_rgb, sbt_highlight, sbt_highlight_alpha, sbt_highlight_alpha_eliminated, Scoreboard_AddPlayerId(), Scoreboard_GetField(), stringwidth, textShortenToWidth(), vec2, and vector().
Referenced by Scoreboard_MakeTable().
Definition at line 766 of file scoreboard.qc.
References hud_fontsize, max_namesize, panel_size, sbt_field, sbt_field_icon0, sbt_field_icon1, sbt_field_icon2, sbt_field_size, sbt_fixcolumnwidth_iconlen, sbt_fixcolumnwidth_len, sbt_fixcolumnwidth_marginlen, sbt_num_fields, stringwidth, TC, textShortenToWidth(), vector(), and vid_conwidth.
Referenced by Scoreboard_DrawItem(), and Scoreboard_initFieldSizes().
string Scoreboard_GetField | ( | entity | pl, |
PlayerScoreField | field | ||
) |
Definition at line 645 of file scoreboard.qc.
References sbt_field_icon0, sbt_field_icon0_rgb, sbt_field_icon1, sbt_field_icon1_rgb, sbt_field_icon2, sbt_field_icon2_rgb, and sbt_field_rgb.
Referenced by Scoreboard_DrawItem(), and Scoreboard_DrawOthers().
Definition at line 625 of file scoreboard.qc.
References colormapPaletteColor, floor(), ready_waiting, sbt_field_icon0, sbt_field_icon1, sbt_field_icon1_rgb, sbt_field_icon2, sbt_field_icon2_rgb, and teamplay.
void Scoreboard_initFieldSizes | ( | ) |
Definition at line 834 of file scoreboard.qc.
References hud_fontsize, sbt_field_size, sbt_field_title, sbt_num_fields, Scoreboard_FixColumnWidth(), and stringwidth.
Referenced by Scoreboard_Draw().
void Scoreboard_InitScores | ( | ) |
Definition at line 172 of file scoreboard.qc.
References Cmd_Scoreboard_SetFields(), FOREACH, MAX_TEAMSCORE, NULL, ps_primary, ps_secondary, sb_extra_sorting_field, scores_flags, scores_label, SFL_SORT_PRIO_MASK, SFL_SORT_PRIO_PRIMARY, SFL_SORT_PRIO_SECONDARY, teamscores_flags, ts_primary, and ts_secondary.
Referenced by NET_HANDLE().
Definition at line 1383 of file scoreboard.qc.
References autocvar_hud_panel_scoreboard_itemstats_doublerows, ceil(), drawstring(), eX, floor(), frametime, height, hud_fontsize, IL_EACH, is_item_filtered(), max(), min(), panel_bg_padding, REGISTRY_COUNT, scoreboard_fade_alpha, and scoreboard_itemstats_fade_alpha.
Definition at line 1709 of file scoreboard.qc.
References autocvar_hud_panel_scoreboard_itemstats, autocvar_hud_panel_scoreboard_itemstats_showdelay, autocvar_hud_panel_scoreboard_itemstats_showdelay_minpos, have_item_stats, IL_EACH, intermission, is_item_filtered(), MUTATOR_CALLHOOK, scoreboard_time, time, vid_conheight, and warmup_stage.
Definition at line 1096 of file scoreboard.qc.
References autocvar_hud_panel_scoreboard_maxheight, bound(), current_player, DRAWFLAG_NORMAL, drawpic(), drawpic_tiled(), entity(), eY, floor(), height, hud_fontsize, HUD_Panel_DrawBg, NULL, panel, panel_bg_border, panel_bg_padding, panel_pos, panel_size, players, playerslots, sbt_bg_alpha, Scoreboard_DrawHeader(), Scoreboard_DrawItem(), Scoreboard_DrawOthers(), team_count, teamplay, vec2, vector(), and vid_conheight.
Definition at line 1493 of file scoreboard.qc.
References drawstring(), eX, and panel_bg_padding.
vector Scoreboard_Rankings_Draw | ( | vector | pos, |
string | ranktitle, | ||
entity | pl, | ||
vector | rgb, | ||
vector | bg_size | ||
) |
Definition at line 1565 of file scoreboard.qc.
References autocvar_hud_panel_scoreboard_namesize, ceil(), ColorTranslateRGB(), count_ordinal(), drawcolorcodedstring(), drawfill(), DRAWFLAG_NORMAL, drawpic_tiled(), drawstring(), eX, eY, floor(), grecordholder, grecordtime, hud_fontsize, HUD_Panel_DrawBg, max(), min(), panel, panel_bg_border, panel_bg_padding, panel_fg_alpha, panel_pos, panel_size, player_localnum, rankings_cnt, rankings_columns, RANKINGS_RECEIVED_CNT, rankings_rows, sbt_bg_alpha, sbt_fg_alpha, sbt_highlight, sbt_highlight_alpha, sbt_highlight_alpha_self, strfree, stringwidth, strzone(), textShortenToWidth(), TIME_ENCODED_TOSTRING, vec2, and vector().
Definition at line 1744 of file scoreboard.qc.
References entity(), NUM_SPECTATOR, players, and teams.
Definition at line 298 of file scoreboard.qc.
References entity(), players, Scoreboard_ComparePlayerScores(), and SORT_SWAP.
Referenced by NET_HANDLE(), Playerchecker_Think(), and Scoreboard_UpdatePlayerTeams().
void Scoreboard_UpdatePlayerTeams | ( | ) |
Definition at line 210 of file scoreboard.qc.
References entity(), players, Scoreboard_UpdatePlayerPos(), and SetTeam().
Referenced by Scoreboard_Draw().
Definition at line 344 of file scoreboard.qc.
References entity(), Scoreboard_CompareTeamScores(), SORT_SWAP, and teams.
Referenced by NET_HANDLE().
bool Scoreboard_WouldDraw | ( | ) |
Definition at line 1187 of file scoreboard.qc.
References active_minigame, autocvar_cl_deathscoreboard, HUD_MinigameMenu_IsOpened(), HUD_Radar_Clickable(), intermission, MUTATOR_CALLHOOK, QuickMenu_IsOpened(), scoreboard_showscores, scoreboard_showscores_force, and spectatee_status.
Referenced by CSQC_UpdateView().
Definition at line 168 of file scoreboard.qc.
References Label_getInfo().
Referenced by Cmd_Scoreboard_SetFields().
string autocvar_hud_fontsize |
Definition at line 48 of file scoreboard.qc.
Referenced by Scoreboard_Draw().
Definition at line 87 of file scoreboard.qc.
Referenced by Scoreboard_AccuracyStats_WouldDraw().
Definition at line 88 of file scoreboard.qc.
Referenced by Scoreboard_AccuracyStats_Draw().
Definition at line 89 of file scoreboard.qc.
float autocvar_hud_panel_scoreboard_accuracy_showdelay = 2 |
Definition at line 90 of file scoreboard.qc.
Referenced by Scoreboard_AccuracyStats_WouldDraw().
float autocvar_hud_panel_scoreboard_accuracy_showdelay_minpos = 0.75 |
Definition at line 91 of file scoreboard.qc.
Referenced by Scoreboard_AccuracyStats_WouldDraw().
noref string autocvar_hud_panel_scoreboard_bg = "border_default" |
Definition at line 64 of file scoreboard.qc.
noref string autocvar_hud_panel_scoreboard_bg_alpha = "0.7" |
Definition at line 67 of file scoreboard.qc.
noref string autocvar_hud_panel_scoreboard_bg_border = "" |
Definition at line 68 of file scoreboard.qc.
noref string autocvar_hud_panel_scoreboard_bg_color = "0 0.3 0.5" |
Definition at line 65 of file scoreboard.qc.
noref string autocvar_hud_panel_scoreboard_bg_color_team = "" |
Definition at line 66 of file scoreboard.qc.
noref string autocvar_hud_panel_scoreboard_bg_padding = "" |
Definition at line 69 of file scoreboard.qc.
float autocvar_hud_panel_scoreboard_bg_teams_color_team = 0 |
Definition at line 82 of file scoreboard.qc.
Definition at line 100 of file scoreboard.qc.
Referenced by Scoreboard_Draw().
float autocvar_hud_panel_scoreboard_fadeinspeed = 10 |
Definition at line 71 of file scoreboard.qc.
Referenced by Scoreboard_Draw().
float autocvar_hud_panel_scoreboard_fadeoutspeed = 5 |
Definition at line 72 of file scoreboard.qc.
Referenced by Scoreboard_Draw().
Definition at line 93 of file scoreboard.qc.
Referenced by Scoreboard_ItemStats_WouldDraw().
Definition at line 94 of file scoreboard.qc.
Referenced by Scoreboard_ItemStats_Draw().
int autocvar_hud_panel_scoreboard_itemstats_filter = 1 |
Definition at line 95 of file scoreboard.qc.
Referenced by is_item_filtered().
int autocvar_hud_panel_scoreboard_itemstats_filter_mask = 12 |
Definition at line 96 of file scoreboard.qc.
Referenced by is_item_filtered().
float autocvar_hud_panel_scoreboard_itemstats_showdelay = 2.2 |
Definition at line 97 of file scoreboard.qc.
Referenced by Scoreboard_ItemStats_WouldDraw().
float autocvar_hud_panel_scoreboard_itemstats_showdelay_minpos = 0.75 |
Definition at line 98 of file scoreboard.qc.
Referenced by Scoreboard_ItemStats_WouldDraw().
float autocvar_hud_panel_scoreboard_maxheight = 0.6 |
Definition at line 102 of file scoreboard.qc.
Referenced by Scoreboard_MakeTable().
float autocvar_hud_panel_scoreboard_minwidth = 0.4 |
Definition at line 106 of file scoreboard.qc.
Referenced by Scoreboard_Draw().
float autocvar_hud_panel_scoreboard_namesize = 15 |
Definition at line 83 of file scoreboard.qc.
Referenced by Scoreboard_Draw(), Scoreboard_DrawOthers(), and Scoreboard_Rankings_Draw().
Definition at line 103 of file scoreboard.qc.
Referenced by Scoreboard_DrawOthers().
Definition at line 107 of file scoreboard.qc.
Referenced by Scoreboard_DrawOthers().
string autocvar_hud_panel_scoreboard_playerid_prefix = "#" |
Definition at line 108 of file scoreboard.qc.
Referenced by Scoreboard_AddPlayerId().
string autocvar_hud_panel_scoreboard_playerid_suffix = " " |
Definition at line 109 of file scoreboard.qc.
Referenced by Scoreboard_AddPlayerId().
noref string autocvar_hud_panel_scoreboard_pos = "0.150000 0.150000" |
Definition at line 62 of file scoreboard.qc.
float autocvar_hud_panel_scoreboard_respawntime_decimals = 1 |
Definition at line 73 of file scoreboard.qc.
noref string autocvar_hud_panel_scoreboard_size = "0.700000 0.700000" |
Definition at line 63 of file scoreboard.qc.
Definition at line 105 of file scoreboard.qc.
Referenced by Scoreboard_DrawOthers().
float autocvar_hud_panel_scoreboard_spectators_position = 1 |
Definition at line 85 of file scoreboard.qc.
Definition at line 104 of file scoreboard.qc.
Referenced by Scoreboard_DrawOthers().
float autocvar_hud_panel_scoreboard_table_bg_alpha = 0 |
Definition at line 74 of file scoreboard.qc.
Referenced by Scoreboard_Draw().
float autocvar_hud_panel_scoreboard_table_bg_scale = 0.25 |
Definition at line 75 of file scoreboard.qc.
float autocvar_hud_panel_scoreboard_table_fg_alpha = 0.9 |
Definition at line 76 of file scoreboard.qc.
Referenced by Scoreboard_Draw().
float autocvar_hud_panel_scoreboard_table_fg_alpha_self = 1 |
Definition at line 77 of file scoreboard.qc.
Referenced by Scoreboard_Draw().
Definition at line 78 of file scoreboard.qc.
Referenced by Scoreboard_Draw().
float autocvar_hud_panel_scoreboard_table_highlight_alpha = 0.2 |
Definition at line 79 of file scoreboard.qc.
Referenced by Scoreboard_Draw().
float autocvar_hud_panel_scoreboard_table_highlight_alpha_eliminated = 0.6 |
Definition at line 81 of file scoreboard.qc.
Referenced by Scoreboard_Draw().
float autocvar_hud_panel_scoreboard_table_highlight_alpha_self = 0.4 |
Definition at line 80 of file scoreboard.qc.
Referenced by Scoreboard_Draw().
float autocvar_hud_panel_scoreboard_team_size_position = 0 |
Definition at line 84 of file scoreboard.qc.
float average_accuracy |
Definition at line 1211 of file scoreboard.qc.
bool have_item_stats |
Definition at line 1708 of file scoreboard.qc.
Referenced by Scoreboard_ItemStats_WouldDraw().
bool have_weapon_stats |
Definition at line 1676 of file scoreboard.qc.
Referenced by Scoreboard_AccuracyStats_WouldDraw().
string hud_fontsize_str |
Definition at line 49 of file scoreboard.qc.
Referenced by Scoreboard_Draw().
float max_namesize |
Definition at line 50 of file scoreboard.qc.
Referenced by Scoreboard_Draw(), and Scoreboard_FixColumnWidth().
Definition at line 41 of file scoreboard.qc.
Referenced by Cmd_Scoreboard_SetFields().
int rankings_cnt = 0 |
Definition at line 1564 of file scoreboard.qc.
Referenced by Scoreboard_Rankings_Draw().
int rankings_columns = 0 |
Definition at line 1563 of file scoreboard.qc.
Referenced by Scoreboard_Rankings_Draw().
int rankings_rows = 0 |
Definition at line 1562 of file scoreboard.qc.
Referenced by Scoreboard_Rankings_Draw().
PlayerScoreField sb_extra_sorting_field[SB_EXTRA_SORTING_FIELDS] |
Definition at line 171 of file scoreboard.qc.
Referenced by Scoreboard_ComparePlayerScores(), and Scoreboard_InitScores().
float sbt_bg_alpha |
Definition at line 52 of file scoreboard.qc.
Referenced by Scoreboard_Draw(), Scoreboard_MakeTable(), and Scoreboard_Rankings_Draw().
float sbt_fg_alpha |
Definition at line 53 of file scoreboard.qc.
Referenced by MapStats_DrawKeyValue(), Scoreboard_Draw(), Scoreboard_DrawHeader(), Scoreboard_DrawItem(), Scoreboard_DrawOthers(), and Scoreboard_Rankings_Draw().
float sbt_fg_alpha_self |
Definition at line 54 of file scoreboard.qc.
Referenced by Scoreboard_Draw(), and Scoreboard_DrawItem().
PlayerScoreField sbt_field[MAX_SBT_FIELDS+1] |
Definition at line 43 of file scoreboard.qc.
Referenced by Cmd_Scoreboard_SetFields(), Scoreboard_DrawHeader(), Scoreboard_DrawItem(), and Scoreboard_FixColumnWidth().
string sbt_field_icon0 |
Definition at line 619 of file scoreboard.qc.
Referenced by Scoreboard_DrawItem(), Scoreboard_FixColumnWidth(), Scoreboard_GetField(), and Scoreboard_GetName().
vector sbt_field_icon0_rgb |
Definition at line 622 of file scoreboard.qc.
Referenced by Scoreboard_GetField().
string sbt_field_icon1 |
Definition at line 620 of file scoreboard.qc.
Referenced by Scoreboard_DrawItem(), Scoreboard_FixColumnWidth(), Scoreboard_GetField(), and Scoreboard_GetName().
vector sbt_field_icon1_rgb |
Definition at line 623 of file scoreboard.qc.
Referenced by Scoreboard_DrawItem(), Scoreboard_GetField(), and Scoreboard_GetName().
string sbt_field_icon2 |
Definition at line 621 of file scoreboard.qc.
Referenced by Scoreboard_DrawItem(), Scoreboard_FixColumnWidth(), Scoreboard_GetField(), and Scoreboard_GetName().
vector sbt_field_icon2_rgb |
Definition at line 624 of file scoreboard.qc.
Referenced by Scoreboard_DrawItem(), Scoreboard_GetField(), and Scoreboard_GetName().
vector sbt_field_rgb |
Definition at line 618 of file scoreboard.qc.
Referenced by Scoreboard_DrawItem(), Scoreboard_DrawOthers(), and Scoreboard_GetField().
float sbt_field_size[MAX_SBT_FIELDS+1] |
Definition at line 44 of file scoreboard.qc.
Referenced by Cmd_Scoreboard_SetFields(), Scoreboard_DrawHeader(), Scoreboard_DrawItem(), Scoreboard_FixColumnWidth(), and Scoreboard_initFieldSizes().
string sbt_field_title[MAX_SBT_FIELDS+1] |
Definition at line 45 of file scoreboard.qc.
Referenced by Cmd_Scoreboard_SetFields(), Scoreboard_DrawHeader(), and Scoreboard_initFieldSizes().
float sbt_fixcolumnwidth_iconlen |
Definition at line 763 of file scoreboard.qc.
Referenced by Scoreboard_DrawItem(), and Scoreboard_FixColumnWidth().
float sbt_fixcolumnwidth_len |
Definition at line 762 of file scoreboard.qc.
Referenced by Scoreboard_DrawItem(), and Scoreboard_FixColumnWidth().
float sbt_fixcolumnwidth_marginlen |
Definition at line 764 of file scoreboard.qc.
Referenced by Scoreboard_DrawItem(), and Scoreboard_FixColumnWidth().
bool sbt_highlight |
Definition at line 55 of file scoreboard.qc.
Referenced by Scoreboard_Draw(), Scoreboard_DrawHeader(), Scoreboard_DrawItem(), Scoreboard_DrawOthers(), and Scoreboard_Rankings_Draw().
float sbt_highlight_alpha |
Definition at line 56 of file scoreboard.qc.
Referenced by Scoreboard_Draw(), Scoreboard_DrawHeader(), Scoreboard_DrawItem(), Scoreboard_DrawOthers(), and Scoreboard_Rankings_Draw().
float sbt_highlight_alpha_eliminated |
Definition at line 58 of file scoreboard.qc.
Referenced by Scoreboard_Draw(), Scoreboard_DrawItem(), and Scoreboard_DrawOthers().
float sbt_highlight_alpha_self |
Definition at line 57 of file scoreboard.qc.
Referenced by Scoreboard_Draw(), Scoreboard_DrawItem(), and Scoreboard_Rankings_Draw().
int sbt_num_fields |
Definition at line 46 of file scoreboard.qc.
Referenced by Cmd_Scoreboard_SetFields(), Scoreboard_DrawHeader(), Scoreboard_DrawItem(), Scoreboard_FixColumnWidth(), and Scoreboard_initFieldSizes().
float scoreboard_time |
Definition at line 1675 of file scoreboard.qc.
Referenced by Scoreboard_AccuracyStats_WouldDraw(), Scoreboard_Draw(), and Scoreboard_ItemStats_WouldDraw().