Quake II RTX doxygen  1.0 dev
client_respawn_t Struct Reference

#include <g_local.h>

Public Attributes

client_persistant_t coop_respawn
 
int enterframe
 
int score
 
vec3_t cmd_angles
 
qboolean spectator
 

Detailed Description

Definition at line 858 of file g_local.h.

Member Data Documentation

◆ cmd_angles

vec3_t client_respawn_t::cmd_angles

Definition at line 862 of file g_local.h.

◆ coop_respawn

client_persistant_t client_respawn_t::coop_respawn

Definition at line 859 of file g_local.h.

Referenced by PutClientInServer().

◆ enterframe

int client_respawn_t::enterframe

Definition at line 860 of file g_local.h.

◆ score

int client_respawn_t::score

Definition at line 861 of file g_local.h.

Referenced by PutClientInServer().

◆ spectator

qboolean client_respawn_t::spectator

Definition at line 864 of file g_local.h.