#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 870 of file g_local.h.
Referenced by ClientThink(), PutClientInServer(), teleporter_touch(), and UpdateChaseCam().
client_persistant_t client_respawn_t::coop_respawn |
Definition at line 867 of file g_local.h.
Referenced by InitClientResp(), and PutClientInServer().
int client_respawn_t::enterframe |
Definition at line 868 of file g_local.h.
Referenced by Cmd_PlayerList_f(), and InitClientResp().
int client_respawn_t::score |
Definition at line 869 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 872 of file g_local.h.
Referenced by ChaseNext(), ChasePrev(), ClientBeginServerFrame(), ClientEndServerFrame(), ClientThink(), Cmd_Kill_f(), Cmd_PlayerList_f(), DeathmatchScoreboardMessage(), GetChaseTarget(), PutClientInServer(), and UpdateChaseCam().