Quake II RTX doxygen  1.0 dev
client_persistant_t Struct Reference

#include <g_local.h>

Public Attributes

char userinfo [MAX_INFO_STRING]
 
char netname [16]
 
int hand
 
qboolean connected
 
int health
 
int max_health
 
int savedFlags
 
int selected_item
 
int inventory [MAX_ITEMS]
 
int max_bullets
 
int max_shells
 
int max_rockets
 
int max_grenades
 
int max_cells
 
int max_slugs
 
gitem_tweapon
 
gitem_tlastweapon
 
int power_cubes
 
int score
 
int game_helpchanged
 
int helpchanged
 
qboolean spectator
 

Detailed Description

Definition at line 821 of file g_local.h.

Member Data Documentation

◆ connected

qboolean client_persistant_t::connected

Definition at line 826 of file g_local.h.

◆ game_helpchanged

int client_persistant_t::game_helpchanged

Definition at line 851 of file g_local.h.

Referenced by PutClientInServer().

◆ hand

int client_persistant_t::hand

Definition at line 824 of file g_local.h.

◆ health

int client_persistant_t::health

Definition at line 830 of file g_local.h.

◆ helpchanged

int client_persistant_t::helpchanged

Definition at line 852 of file g_local.h.

Referenced by PutClientInServer().

◆ inventory

int client_persistant_t::inventory[MAX_ITEMS]

Definition at line 835 of file g_local.h.

◆ lastweapon

gitem_t* client_persistant_t::lastweapon

Definition at line 846 of file g_local.h.

◆ max_bullets

int client_persistant_t::max_bullets

Definition at line 838 of file g_local.h.

◆ max_cells

int client_persistant_t::max_cells

Definition at line 842 of file g_local.h.

◆ max_grenades

int client_persistant_t::max_grenades

Definition at line 841 of file g_local.h.

◆ max_health

int client_persistant_t::max_health

Definition at line 831 of file g_local.h.

◆ max_rockets

int client_persistant_t::max_rockets

Definition at line 840 of file g_local.h.

◆ max_shells

int client_persistant_t::max_shells

Definition at line 839 of file g_local.h.

◆ max_slugs

int client_persistant_t::max_slugs

Definition at line 843 of file g_local.h.

◆ netname

char client_persistant_t::netname[16]

Definition at line 823 of file g_local.h.

◆ power_cubes

int client_persistant_t::power_cubes

Definition at line 848 of file g_local.h.

◆ savedFlags

int client_persistant_t::savedFlags

Definition at line 832 of file g_local.h.

◆ score

int client_persistant_t::score

Definition at line 849 of file g_local.h.

◆ selected_item

int client_persistant_t::selected_item

Definition at line 834 of file g_local.h.

◆ spectator

qboolean client_persistant_t::spectator

Definition at line 854 of file g_local.h.

◆ userinfo

char client_persistant_t::userinfo[MAX_INFO_STRING]

Definition at line 822 of file g_local.h.

◆ weapon

gitem_t* client_persistant_t::weapon

Definition at line 845 of file g_local.h.