Public Attributes | |
vec3_t | start |
vec3_t | end |
int | color |
color_t | rgba |
int | width |
int | lifetime |
int | starttime |
int laser_t::color |
Definition at line 421 of file tent.c.
Referenced by CL_AddLasers(), CL_ParseLaser(), and CL_RailCore().
vec3_t laser_t::end |
Definition at line 420 of file tent.c.
Referenced by CL_AddLasers(), CL_ParseLaser(), and CL_RailCore().
int laser_t::lifetime |
Definition at line 424 of file tent.c.
Referenced by CL_AddLasers(), CL_AllocLaser(), CL_ParseLaser(), and CL_RailCore().
color_t laser_t::rgba |
Definition at line 422 of file tent.c.
Referenced by CL_AddLasers(), and CL_RailCore().
vec3_t laser_t::start |
Definition at line 419 of file tent.c.
Referenced by CL_AddLasers(), CL_ParseLaser(), and CL_RailCore().
int laser_t::starttime |
Definition at line 424 of file tent.c.
Referenced by CL_AddLasers(), and CL_AllocLaser().
int laser_t::width |
Definition at line 423 of file tent.c.
Referenced by CL_AddLasers(), CL_ParseLaser(), and CL_RailCore().