vkQuake2 doxygen  1.0 dev
clientinfo_t Struct Reference

#include <client.h>

Public Attributes

char name [MAX_QPATH]
 
char cinfo [MAX_QPATH]
 
struct image_sskin
 
struct image_sicon
 
char iconname [MAX_QPATH]
 
struct model_smodel
 
struct model_sweaponmodel [MAX_CLIENTWEAPONMODELS]
 

Detailed Description

Definition at line 71 of file client.h.

Member Data Documentation

◆ cinfo

char clientinfo_t::cinfo[MAX_QPATH]

Definition at line 74 of file client.h.

Referenced by CL_LoadClientinfo().

◆ icon

struct image_s* clientinfo_t::icon

Definition at line 76 of file client.h.

Referenced by CL_LoadClientinfo(), and SCR_ExecuteLayoutString().

◆ iconname

char clientinfo_t::iconname[MAX_QPATH]

Definition at line 77 of file client.h.

Referenced by CL_LoadClientinfo(), and SCR_ExecuteLayoutString().

◆ model

struct model_s* clientinfo_t::model

Definition at line 78 of file client.h.

Referenced by CL_AddPacketEntities(), CL_LoadClientinfo(), and V_TestEntities().

◆ name

char clientinfo_t::name[MAX_QPATH]

Definition at line 73 of file client.h.

Referenced by CL_LoadClientinfo(), and SCR_ExecuteLayoutString().

◆ skin

struct image_s* clientinfo_t::skin

Definition at line 75 of file client.h.

Referenced by CL_AddPacketEntities(), CL_LoadClientinfo(), and V_TestEntities().

◆ weaponmodel

struct model_s* clientinfo_t::weaponmodel[MAX_CLIENTWEAPONMODELS]

Definition at line 79 of file client.h.

Referenced by CL_AddPacketEntities(), and CL_LoadClientinfo().