timedParticle_s Struct Reference

Collaboration diagram for timedParticle_s:
Collaboration graph
[legend]

Data Fields

char ptl [MAX_VAR]
vec3_t origin
vec3_t s
vec3_t a
vec3_t v
ptl_tparent
qboolean children
int levelFlags
int max
int n
int dt
int lastTime

Detailed Description

Definition at line 51 of file cl_particle.c.


Field Documentation

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().

current position

Definition at line 54 of file cl_particle.c.

Referenced by CL_ParticleRunTimed().

velocity vector

Definition at line 56 of file cl_particle.c.

Referenced by CL_ParticleRunTimed().


The documentation for this struct was generated from the following file:

Generated by  doxygen 1.6.2