Searched defs:client_s (Results 1 – 2 of 2) sorted by relevance
117 typedef struct client_s struct119 client_state_t state; argument121 int spectator; // non-interactive123 qboolean sendinfo; // at end of frame, send info to all125 float lastnametime; // time of last name change126 int lastnamecount; // time of last name change127 unsigned checksum; // checksum for calcs128 qboolean drop; // lose this guy next opportunity129 int lossage; // loss percentage131 int userid; // identifying number[all …]
78 typedef struct client_s struct80 qboolean active; // false = client is free81 qboolean spawned; // false = don't send datagrams82 qboolean dropasap; // has been told to go to another level83 qboolean privileged; // can execute any host command84 qboolean sendsignon; // only valid before spawned86 double last_message; // reliable messages must be sent89 struct qsocket_s *netconnection; // communications handle91 usercmd_t cmd; // movement92 vec3_t wishdir; // intended motion calced from cmd[all …]