![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
#include <client.h>
Data Fields | |
int | colors |
int | frags |
char | name [MAX_SCOREBOARDNAME] |
float | qw_entertime |
int | qw_movementloss |
int | qw_packetloss |
int | qw_ping |
char | qw_skin [MAX_QPATH] |
int | qw_spectator |
char | qw_team [8] |
int | qw_userid |
char | qw_userinfo [MAX_USERINFO_STRING] |
int scoreboard_t::colors |
Definition at line 491 of file client.h.
Referenced by CL_ParseServerMessage(), CL_UpdateNetworkEntity(), CSQC_AddRenderEdict(), QW_CL_ProcessUserInfo(), Sbar_DrawFace(), Sbar_DrawFrags(), Sbar_MiniDeathmatchOverlay(), Sbar_PrintScoreboardItem(), Sbar_Score(), Sbar_SortFrags(), Sbar_TeamColorCompare(), and VM_CL_getplayerkey().
int scoreboard_t::frags |
Definition at line 490 of file client.h.
Referenced by CL_ParseServerMessage(), CL_TraceBox(), CL_TraceLine(), CL_TracePoint(), CL_Users_f(), Sbar_DrawFace(), Sbar_DrawFrags(), Sbar_PrintScoreboardItem(), Sbar_Score(), Sbar_SortFrags(), and VM_CL_getplayerkey().
char scoreboard_t::name[MAX_SCOREBOARDNAME] |
Definition at line 489 of file client.h.
Referenced by CL_ExaminePrintString(), CL_ParseServerMessage(), CL_TraceBox(), CL_TraceLine(), CL_TracePoint(), CL_User_f(), CL_Users_f(), Nicks_CompleteCountPossible(), QW_CL_ProcessUserInfo(), QW_CL_RequestNextDownload(), Sbar_PrintScoreboardItem(), Sbar_Score(), Sbar_SortFrags(), and VM_CL_getplayerkey().
float scoreboard_t::qw_entertime |
Definition at line 495 of file client.h.
Referenced by CL_ParseServerMessage(), Sbar_PrintScoreboardItem(), and VM_CL_getplayerkey().
int scoreboard_t::qw_movementloss |
Definition at line 498 of file client.h.
Referenced by CL_PingPLReport_f(), and VM_CL_getplayerkey().
int scoreboard_t::qw_packetloss |
Definition at line 497 of file client.h.
Referenced by CL_ParseServerMessage(), CL_PingPLReport_f(), Sbar_PrintScoreboardItem(), and VM_CL_getplayerkey().
int scoreboard_t::qw_ping |
Definition at line 496 of file client.h.
Referenced by CL_ExaminePrintString(), CL_ParseServerMessage(), CL_PingPLReport_f(), Sbar_PrintScoreboardItem(), and VM_CL_getplayerkey().
char scoreboard_t::qw_skin[MAX_QPATH] |
Definition at line 501 of file client.h.
Referenced by QW_CL_ProcessUserInfo(), QW_CL_RequestNextDownload(), R_GetCurrentTexture(), and RSurf_ActiveModelEntity().
int scoreboard_t::qw_spectator |
Definition at line 499 of file client.h.
Referenced by QW_CL_ProcessUserInfo(), and Sbar_PrintScoreboardItem().
char scoreboard_t::qw_team[8] |
Definition at line 500 of file client.h.
Referenced by QW_CL_ProcessUserInfo(), and Sbar_PrintScoreboardItem().
int scoreboard_t::qw_userid |
Definition at line 493 of file client.h.
Referenced by CL_User_f(), CL_Users_f(), and QW_CL_UpdateUserInfo().
char scoreboard_t::qw_userinfo[MAX_USERINFO_STRING] |
Definition at line 494 of file client.h.
Referenced by CL_User_f(), QW_CL_ProcessUserInfo(), QW_CL_SetInfo(), and QW_CL_UpdateUserInfo().