vkQuake2 doxygen  1.0 dev
client_s Struct Reference

#include <server.h>

Public Attributes

client_state_t state
 
char userinfo [MAX_INFO_STRING]
 
int lastframe
 
usercmd_t lastcmd
 
int commandMsec
 
int frame_latency [LATENCY_COUNTS]
 
int ping
 
int message_size [RATE_MESSAGES]
 
int rate
 
int surpressCount
 
edict_tedict
 
char name [32]
 
int messagelevel
 
sizebuf_t datagram
 
byte datagram_buf [MAX_MSGLEN]
 
client_frame_t frames [UPDATE_BACKUP]
 
bytedownload
 
int downloadsize
 
int downloadcount
 
int lastmessage
 
int lastconnect
 
int challenge
 
netchan_t netchan
 

Detailed Description

Definition at line 95 of file server.h.

Member Data Documentation

◆ challenge

int client_s::challenge

Definition at line 132 of file server.h.

Referenced by SVC_DirectConnect().

◆ commandMsec

int client_s::commandMsec

Definition at line 104 of file server.h.

◆ datagram

sizebuf_t client_s::datagram

◆ datagram_buf

byte client_s::datagram_buf[MAX_MSGLEN]

Definition at line 121 of file server.h.

Referenced by SVC_DirectConnect().

◆ download

byte* client_s::download

Definition at line 125 of file server.h.

Referenced by SV_BeginDownload_f(), SV_DropClient(), and SV_NextDownload_f().

◆ downloadcount

int client_s::downloadcount

Definition at line 127 of file server.h.

Referenced by SV_BeginDownload_f(), and SV_NextDownload_f().

◆ downloadsize

int client_s::downloadsize

Definition at line 126 of file server.h.

Referenced by SV_BeginDownload_f(), and SV_NextDownload_f().

◆ edict

◆ frame_latency

int client_s::frame_latency[LATENCY_COUNTS]

Definition at line 107 of file server.h.

◆ frames

client_frame_t client_s::frames[UPDATE_BACKUP]

Definition at line 123 of file server.h.

Referenced by SV_BuildClientFrame(), and SV_WriteFrameToClient().

◆ lastcmd

usercmd_t client_s::lastcmd

Definition at line 102 of file server.h.

Referenced by SV_InitGame(), and SV_New_f().

◆ lastconnect

int client_s::lastconnect

Definition at line 130 of file server.h.

Referenced by SVC_DirectConnect().

◆ lastframe

int client_s::lastframe

Definition at line 101 of file server.h.

Referenced by SV_SpawnServer(), and SV_WriteFrameToClient().

◆ lastmessage

int client_s::lastmessage

Definition at line 129 of file server.h.

Referenced by SV_Kick_f(), and SVC_DirectConnect().

◆ message_size

int client_s::message_size[RATE_MESSAGES]

Definition at line 110 of file server.h.

Referenced by SV_RateDrop(), and SV_SendClientDatagram().

◆ messagelevel

int client_s::messagelevel

Definition at line 116 of file server.h.

◆ name

◆ netchan

◆ ping

int client_s::ping

Definition at line 108 of file server.h.

◆ rate

int client_s::rate

Definition at line 111 of file server.h.

Referenced by SV_RateDrop().

◆ state

◆ surpressCount

int client_s::surpressCount

Definition at line 112 of file server.h.

Referenced by SV_RateDrop(), and SV_WriteFrameToClient().

◆ userinfo

char client_s::userinfo[MAX_INFO_STRING]

Definition at line 99 of file server.h.

Referenced by SV_DumpUser_f(), and SVC_DirectConnect().