#include <client.h>
Public Attributes | |
char | name [MAX_QPATH] |
qhandle_t | skin |
qhandle_t | icon |
char | model_name [MAX_QPATH] |
char | skin_name [MAX_QPATH] |
qhandle_t | model |
qhandle_t | weaponmodel [MAX_CLIENTWEAPONMODELS] |
qhandle_t clientinfo_s::icon |
Definition at line 115 of file client.h.
Referenced by CL_LoadClientinfo(), and SCR_ExecuteLayoutString().
qhandle_t clientinfo_s::model |
Definition at line 118 of file client.h.
Referenced by CL_AddPacketEntities(), CL_LoadClientinfo(), and prepare_entities().
char clientinfo_s::model_name[MAX_QPATH] |
Definition at line 116 of file client.h.
Referenced by CL_AddPacketEntities(), CL_LoadClientinfo(), CL_Skins_f(), S_RegisterSexedSound(), and S_RegisterSexedSounds().
char clientinfo_s::name[MAX_QPATH] |
Definition at line 113 of file client.h.
Referenced by CL_DumpClients_f(), CL_LoadClientinfo(), CL_Name_g(), SCR_ExecuteLayoutString(), and TH_DrawLayoutString().
qhandle_t clientinfo_s::skin |
Definition at line 114 of file client.h.
Referenced by CL_AddPacketEntities(), and CL_LoadClientinfo().
char clientinfo_s::skin_name[MAX_QPATH] |
Definition at line 117 of file client.h.
Referenced by CL_LoadClientinfo(), and CL_Skins_f().
qhandle_t clientinfo_s::weaponmodel[MAX_CLIENTWEAPONMODELS] |
Definition at line 119 of file client.h.
Referenced by CL_AddPacketEntities(), and CL_LoadClientinfo().