#include <g_local.h>
Public Attributes | |
client_persistant_t | coop_respawn |
int | enterframe |
int | score |
vec3_t | cmd_angles |
qboolean | spectator |
vec3_t client_respawn_t::cmd_angles |
Definition at line 876 of file g_local.h.
Referenced by ClientThink(), PutClientInServer(), teleporter_touch(), and UpdateChaseCam().
client_persistant_t client_respawn_t::coop_respawn |
Definition at line 873 of file g_local.h.
Referenced by InitClientResp(), and PutClientInServer().
int client_respawn_t::enterframe |
Definition at line 874 of file g_local.h.
Referenced by Cmd_PlayerList_f(), and InitClientResp().
int client_respawn_t::score |
Definition at line 875 of file g_local.h.
Referenced by ClientObituary(), Cmd_PlayerList_f(), DeathmatchScoreboardMessage(), FetchClientEntData(), G_SetStats(), Killed(), PutClientInServer(), SaveClientData(), and spectator_respawn().
qboolean client_respawn_t::spectator |
Definition at line 878 of file g_local.h.
Referenced by ChaseNext(), ChasePrev(), ClientBeginServerFrame(), ClientEndServerFrame(), ClientThink(), Cmd_PlayerList_f(), DeathmatchScoreboardMessage(), GetChaseTarget(), PutClientInServer(), and UpdateChaseCam().