#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 |
int tent_params_t::color |
Definition at line 666 of file client.h.
Referenced by CL_ParseSteam(), CL_ParseTEnt(), and CL_ParseTEntPacket().
int tent_params_t::count |
Definition at line 665 of file client.h.
Referenced by CL_ParseSteam(), CL_ParseTEnt(), and CL_ParseTEntPacket().
vec3_t tent_params_t::dir |
Definition at line 664 of file client.h.
Referenced by CL_ParseSteam(), CL_ParseTEnt(), CL_ParseTEntPacket(), and dirtoangles().
int tent_params_t::entity1 |
Definition at line 667 of file client.h.
Referenced by CL_ParseBeam(), CL_ParsePlayerBeam(), CL_ParseSteam(), CL_ParseTEnt(), CL_ParseTEntPacket(), and CL_ParseWidow().
int tent_params_t::entity2 |
Definition at line 668 of file client.h.
Referenced by CL_ParseBeam(), CL_ParseSteam(), CL_ParseTEnt(), and CL_ParseTEntPacket().
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().
vec3_t tent_params_t::pos1 |
Definition at line 661 of file client.h.
Referenced by CL_OldRailTrail(), CL_ParseBeam(), CL_ParseLaser(), CL_ParseNuke(), CL_ParsePlayerBeam(), CL_ParseSteam(), CL_ParseTEnt(), CL_ParseTEntPacket(), CL_ParseWidow(), CL_PlainExplosion(), CL_RailCore(), CL_RailLights(), CL_RailSpiral(), and CL_WidowSplash().
vec3_t tent_params_t::pos2 |
Definition at line 662 of file client.h.
Referenced by CL_OldRailTrail(), CL_ParseBeam(), CL_ParseLaser(), CL_ParsePlayerBeam(), CL_ParseTEnt(), CL_ParseTEntPacket(), CL_RailCore(), CL_RailLights(), and CL_RailSpiral().
int tent_params_t::time |
Definition at line 669 of file client.h.
Referenced by CL_ParseSteam(), and CL_ParseTEntPacket().
int tent_params_t::type |
Definition at line 660 of file client.h.
Referenced by CL_ParseTEnt(), and CL_ParseTEntPacket().