vkQuake2 doxygen  1.0 dev
explosion_t Struct Reference

Public Attributes

exptype_t type
 
entity_t ent
 
int frames
 
float light
 
vec3_t lightcolor
 
float start
 
int baseframe
 

Detailed Description

Definition at line 29 of file cl_tent.c.

Member Data Documentation

◆ baseframe

int explosion_t::baseframe

Definition at line 38 of file cl_tent.c.

Referenced by CL_AddExplosions(), and CL_ParseTEnt().

◆ ent

entity_t explosion_t::ent

Definition at line 32 of file cl_tent.c.

Referenced by CL_AddExplosions(), CL_ParseTEnt(), and CL_SmokeAndFlash().

◆ frames

int explosion_t::frames

Definition at line 34 of file cl_tent.c.

Referenced by CL_AddExplosions(), CL_ParseTEnt(), and CL_SmokeAndFlash().

◆ light

float explosion_t::light

Definition at line 35 of file cl_tent.c.

Referenced by CL_AddExplosions(), and CL_ParseTEnt().

◆ lightcolor

vec3_t explosion_t::lightcolor

Definition at line 36 of file cl_tent.c.

Referenced by CL_AddExplosions(), and CL_ParseTEnt().

◆ start

float explosion_t::start

Definition at line 37 of file cl_tent.c.

Referenced by CL_AddExplosions(), CL_AllocExplosion(), CL_ParseTEnt(), and CL_SmokeAndFlash().

◆ type

exptype_t explosion_t::type

Definition at line 31 of file cl_tent.c.

Referenced by CL_AddExplosions(), CL_ParseTEnt(), and CL_SmokeAndFlash().