|
UFO: Alien Invasion
|
#include <cl_renderer.h>

Data Fields | |
| char | name [MAX_VAR] |
| ptlCmd_t * | init |
| ptlCmd_t * | run |
| ptlCmd_t * | think |
| ptlCmd_t * | round |
| ptlCmd_t * | physics |
Definition at line 81 of file cl_renderer.h.
| ptlCmd_t* ptlDef_t::init |
only called at particle spawn time
Definition at line 83 of file cl_renderer.h.
Referenced by CL_ParseParticle(), CL_ParticleSpawn(), and CL_RunMapParticles().
| char ptlDef_t::name[MAX_VAR] |
script id of the particle
Definition at line 82 of file cl_renderer.h.
Referenced by CL_ParseParticle(), CL_ParticleFunction(), and CL_ParticleGet().
| ptlCmd_t* ptlDef_t::physics |
called when the particle origin hits something solid
Definition at line 87 of file cl_renderer.h.
Referenced by CL_ParticleRun2().
| ptlCmd_t* ptlDef_t::round |
called for each ended round
Definition at line 86 of file cl_renderer.h.
Referenced by CL_ParticleCheckRounds().
| ptlCmd_t* ptlDef_t::run |
| ptlCmd_t* ptlDef_t::think |
depends on the tps value of the particle
Definition at line 85 of file cl_renderer.h.
Referenced by CL_ParticleRun2().