#include <client.h>
Public Types | |
| enum | { ex_free, ex_explosion, ex_misc, ex_flash, ex_mflash, ex_poly, ex_poly2, ex_light, ex_blaster, ex_flare } |
Public Attributes | |
| enum explosion_t:: { ... } | type |
| entity_t | ent |
| int | frames |
| float | light |
| vec3_t | lightcolor |
| float | start |
| int | baseframe |
| int | frametime |
| anonymous enum |
| int explosion_t::baseframe |
Definition at line 79 of file client.h.
Referenced by CL_AddExplosions(), CL_ParseTEnt(), and CL_PlainExplosion().
| entity_t explosion_t::ent |
Definition at line 74 of file client.h.
Referenced by CL_AddExplosionLight(), CL_AddExplosions(), CL_ParseTEnt(), CL_PlainExplosion(), and CL_SmokeAndFlash().
| int explosion_t::frames |
Definition at line 75 of file client.h.
Referenced by CL_AddExplosions(), CL_ParseTEnt(), CL_PlainExplosion(), and CL_SmokeAndFlash().
| int explosion_t::frametime |
Definition at line 80 of file client.h.
Referenced by CL_AddExplosions(), and CL_PlainExplosion().
| float explosion_t::light |
Definition at line 76 of file client.h.
Referenced by CL_AddExplosions(), CL_ParseTEnt(), and CL_PlainExplosion().
| vec3_t explosion_t::lightcolor |
Definition at line 77 of file client.h.
Referenced by CL_AddExplosions(), CL_ParseTEnt(), and CL_PlainExplosion().
| float explosion_t::start |
Definition at line 78 of file client.h.
Referenced by CL_AddExplosions(), CL_AllocExplosion(), CL_ParseTEnt(), CL_PlainExplosion(), and CL_SmokeAndFlash().
| enum { ... } explosion_t::type |
Referenced by CL_AddExplosionLight(), CL_AddExplosions(), CL_AllocExplosion(), CL_ParseTEnt(), CL_PlainExplosion(), and CL_SmokeAndFlash().