Quake II RTX doxygen  1.0 dev
laser_t Struct Reference

Public Attributes

vec3_t start
 
vec3_t end
 
int color
 
color_t rgba
 
int width
 
int lifetime
 
int starttime
 

Detailed Description

Definition at line 418 of file tent.c.

Member Data Documentation

◆ color

int laser_t::color

Definition at line 421 of file tent.c.

Referenced by CL_AddLasers(), CL_ParseLaser(), and CL_RailCore().

◆ end

vec3_t laser_t::end

Definition at line 420 of file tent.c.

Referenced by CL_AddLasers(), CL_ParseLaser(), and CL_RailCore().

◆ lifetime

int laser_t::lifetime

Definition at line 424 of file tent.c.

Referenced by CL_AddLasers(), CL_AllocLaser(), CL_ParseLaser(), and CL_RailCore().

◆ rgba

color_t laser_t::rgba

Definition at line 422 of file tent.c.

Referenced by CL_AddLasers(), and CL_RailCore().

◆ start

vec3_t laser_t::start

Definition at line 419 of file tent.c.

Referenced by CL_AddLasers(), CL_ParseLaser(), and CL_RailCore().

◆ starttime

int laser_t::starttime

Definition at line 424 of file tent.c.

Referenced by CL_AddLasers(), and CL_AllocLaser().

◆ width

int laser_t::width

Definition at line 423 of file tent.c.

Referenced by CL_AddLasers(), CL_ParseLaser(), and CL_RailCore().