UFO: Alien Invasion
mapParticle_t Struct Reference

map particles More...

Collaboration diagram for mapParticle_t:
Collaboration graph

Data Fields

char ptl [MAX_VAR]
 
const char * info
 
vec3_t origin
 
vec2_t wait
 
int nextTime
 
int levelflags
 

Detailed Description

map particles

Definition at line 42 of file cl_particle.cpp.

Field Documentation

◆ info

const char* mapParticle_t::info

Definition at line 44 of file cl_particle.cpp.

Referenced by CL_AddMapParticle(), and CL_RunMapParticles().

◆ levelflags

int mapParticle_t::levelflags

Definition at line 48 of file cl_particle.cpp.

Referenced by CL_AddMapParticle(), and CL_RunMapParticles().

◆ nextTime

int mapParticle_t::nextTime

Definition at line 47 of file cl_particle.cpp.

Referenced by CL_AddMapParticle(), and CL_RunMapParticles().

◆ origin

vec3_t mapParticle_t::origin

Definition at line 45 of file cl_particle.cpp.

Referenced by CL_AddMapParticle(), and CL_RunMapParticles().

◆ ptl

char mapParticle_t::ptl[MAX_VAR]

Definition at line 43 of file cl_particle.cpp.

Referenced by CL_AddMapParticle(), and CL_RunMapParticles().

◆ wait

vec2_t mapParticle_t::wait

Definition at line 46 of file cl_particle.cpp.

Referenced by CL_AddMapParticle(), and CL_RunMapParticles().


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