|
UFO: Alien Invasion
|

Data Fields | |
| char | ptl [MAX_VAR] |
| vec3_t | origin |
| vec3_t | s |
| vec3_t | a |
| vec3_t | v |
| ptl_t * | parent |
| bool | children |
| int | levelFlags |
| int | max |
| int | n |
| int | dt |
| int | lastTime |
Definition at line 51 of file cl_particle.cpp.
| vec3_t timedParticle_t::a |
acceleration vector
Definition at line 55 of file cl_particle.cpp.
Referenced by CL_ParticleRunTimed().
| bool timedParticle_t::children |
spawn as children of parent
Definition at line 58 of file cl_particle.cpp.
Referenced by CL_ParticleRunTimed(), and CL_ParticleSpawnTimed().
| int timedParticle_t::dt |
the time delta between of the n particle spawns
Definition at line 62 of file cl_particle.cpp.
Referenced by CL_ParticleRunTimed(), and CL_ParticleSpawnTimed().
| int timedParticle_t::lastTime |
the last time a particle from this queue was spawned
Definition at line 63 of file cl_particle.cpp.
Referenced by CL_ParticleRunTimed().
| int timedParticle_t::levelFlags |
Definition at line 59 of file cl_particle.cpp.
Referenced by CL_ParticleRunTimed(), and CL_ParticleSpawnTimed().
| int timedParticle_t::max |
the amount of particles to spawn
Definition at line 60 of file cl_particle.cpp.
Referenced by CL_ParticleRunTimed(), and CL_ParticleSpawnTimed().
| int timedParticle_t::n |
the amount of particles already spawned
Definition at line 61 of file cl_particle.cpp.
Referenced by CL_ParticleRunTimed(), and CL_ParticleSpawnTimed().
| vec3_t timedParticle_t::origin |
Definition at line 53 of file cl_particle.cpp.
| ptl_t* timedParticle_t::parent |
Definition at line 57 of file cl_particle.cpp.
Referenced by CL_ParticleRunTimed(), and CL_ParticleSpawnTimed().
| char timedParticle_t::ptl[MAX_VAR] |
Definition at line 52 of file cl_particle.cpp.
Referenced by CL_ParticleRunTimed(), and CL_ParticleSpawnTimed().
| vec3_t timedParticle_t::s |
current position
Definition at line 54 of file cl_particle.cpp.
Referenced by CL_ParticleRunTimed().
| vec3_t timedParticle_t::v |