UFO: Alien Invasion
Loading...
Searching...
No Matches
ptlDef_t Struct Reference

#include <cl_renderer.h>

Collaboration diagram for ptlDef_t:
Collaboration graph

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

◆ init

ptlCmd_t* ptlDef_t::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().

◆ name

char ptlDef_t::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().

◆ physics

ptlCmd_t* ptlDef_t::physics

called when the particle origin hits something solid

Definition at line 87 of file cl_renderer.h.

Referenced by CL_ParticleRun2().

◆ round

ptlCmd_t* ptlDef_t::round

called for each ended round

Definition at line 86 of file cl_renderer.h.

Referenced by CL_ParticleCheckRounds().

◆ run

ptlCmd_t* ptlDef_t::run

called every frame

Definition at line 84 of file cl_renderer.h.

Referenced by CL_ParticleRun2().

◆ think

ptlCmd_t* ptlDef_t::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: