UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ptlDef_s Struct Reference

#include <cl_renderer.h>

Data Fields

char name [MAX_VAR]
 
ptlCmd_tinit
 
ptlCmd_trun
 
ptlCmd_tthink
 
ptlCmd_tround
 
ptlCmd_tphysics
 

Detailed Description

Definition at line 81 of file cl_renderer.h.

Field Documentation

ptlCmd_t* ptlDef_s::init

only called at particle spawn time

Definition at line 83 of file cl_renderer.h.

Referenced by CL_ParseParticle(), CL_ParticleSpawn(), and CL_RunMapParticles().

char ptlDef_s::name[MAX_VAR]

script id of the particle

Definition at line 82 of file cl_renderer.h.

Referenced by CL_ParseParticle(), CL_ParticleFunction(), and CL_ParticleGet().

ptlCmd_t* ptlDef_s::physics

called when the particle origin hits something solid

Definition at line 87 of file cl_renderer.h.

Referenced by CL_ParticleRun2().

ptlCmd_t* ptlDef_s::round

called for each ended round

Definition at line 86 of file cl_renderer.h.

Referenced by CL_ParticleCheckRounds().

ptlCmd_t* ptlDef_s::run

called every frame

Definition at line 84 of file cl_renderer.h.

Referenced by CL_ParticleRun2().

ptlCmd_t* ptlDef_s::think

depends on the tps value of the particle

Definition at line 85 of file cl_renderer.h.

Referenced by CL_ParticleRun2().


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