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