UFO: Alien Invasion
Loading...
Searching...
No Matches
timedParticle_t Struct Reference
Collaboration diagram for timedParticle_t:
Collaboration graph

Data Fields

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

Detailed Description

Definition at line 51 of file cl_particle.cpp.

Field Documentation

◆ a

vec3_t timedParticle_t::a

acceleration vector

Definition at line 55 of file cl_particle.cpp.

Referenced by CL_ParticleRunTimed().

◆ children

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

◆ dt

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

◆ lastTime

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

◆ levelFlags

int timedParticle_t::levelFlags

Definition at line 59 of file cl_particle.cpp.

Referenced by CL_ParticleRunTimed(), and CL_ParticleSpawnTimed().

◆ max

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

◆ n

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

◆ origin

vec3_t timedParticle_t::origin

Definition at line 53 of file cl_particle.cpp.

◆ parent

ptl_t* timedParticle_t::parent

Definition at line 57 of file cl_particle.cpp.

Referenced by CL_ParticleRunTimed(), and CL_ParticleSpawnTimed().

◆ ptl

char timedParticle_t::ptl[MAX_VAR]

Definition at line 52 of file cl_particle.cpp.

Referenced by CL_ParticleRunTimed(), and CL_ParticleSpawnTimed().

◆ s

vec3_t timedParticle_t::s

current position

Definition at line 54 of file cl_particle.cpp.

Referenced by CL_ParticleRunTimed().

◆ v

vec3_t timedParticle_t::v

velocity vector

Definition at line 56 of file cl_particle.cpp.

Referenced by CL_ParticleRunTimed().


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