Quake II RTX doxygen  1.0 dev
tent_params_t Struct Reference

#include <client.h>

Public Attributes

int type
 
vec3_t pos1
 
vec3_t pos2
 
vec3_t offset
 
vec3_t dir
 
int count
 
int color
 
int entity1
 
int entity2
 
int time
 

Detailed Description

Definition at line 659 of file client.h.

Member Data Documentation

◆ color

int tent_params_t::color

Definition at line 666 of file client.h.

Referenced by CL_ParseSteam(), CL_ParseTEnt(), and CL_ParseTEntPacket().

◆ count

int tent_params_t::count

Definition at line 665 of file client.h.

Referenced by CL_ParseSteam(), CL_ParseTEnt(), and CL_ParseTEntPacket().

◆ dir

vec3_t tent_params_t::dir

Definition at line 664 of file client.h.

Referenced by CL_ParseSteam(), CL_ParseTEnt(), CL_ParseTEntPacket(), and dirtoangles().

◆ entity1

int tent_params_t::entity1

◆ entity2

int tent_params_t::entity2

Definition at line 668 of file client.h.

Referenced by CL_ParseBeam(), CL_ParseSteam(), CL_ParseTEnt(), and CL_ParseTEntPacket().

◆ offset

vec3_t tent_params_t::offset

Definition at line 663 of file client.h.

Referenced by CL_ParseBeam(), CL_ParsePlayerBeam(), CL_ParseTEnt(), and CL_ParseTEntPacket().

◆ pos1

◆ pos2

◆ time

int tent_params_t::time

Definition at line 669 of file client.h.

Referenced by CL_ParseSteam(), and CL_ParseTEntPacket().

◆ type

int tent_params_t::type

Definition at line 660 of file client.h.

Referenced by CL_ParseTEnt(), and CL_ParseTEntPacket().