Public Attributes | |
exptype_t | type |
entity_t | ent |
int | frames |
float | light |
vec3_t | lightcolor |
float | start |
int | baseframe |
int explosion_t::baseframe |
Definition at line 38 of file cl_tent.c.
Referenced by CL_AddExplosions(), and CL_ParseTEnt().
entity_t explosion_t::ent |
Definition at line 32 of file cl_tent.c.
Referenced by CL_AddExplosions(), CL_ParseTEnt(), and CL_SmokeAndFlash().
int explosion_t::frames |
Definition at line 34 of file cl_tent.c.
Referenced by CL_AddExplosions(), CL_ParseTEnt(), and CL_SmokeAndFlash().
float explosion_t::light |
Definition at line 35 of file cl_tent.c.
Referenced by CL_AddExplosions(), and CL_ParseTEnt().
vec3_t explosion_t::lightcolor |
Definition at line 36 of file cl_tent.c.
Referenced by CL_AddExplosions(), and CL_ParseTEnt().
float explosion_t::start |
Definition at line 37 of file cl_tent.c.
Referenced by CL_AddExplosions(), CL_AllocExplosion(), CL_ParseTEnt(), and CL_SmokeAndFlash().
exptype_t explosion_t::type |
Definition at line 31 of file cl_tent.c.
Referenced by CL_AddExplosions(), CL_ParseTEnt(), and CL_SmokeAndFlash().