#include <cl_renderer.h>
Data Fields | |
char | name [MAX_VAR] |
ptlCmd_t * | init |
ptlCmd_t * | run |
ptlCmd_t * | think |
ptlCmd_t * | round |
ptlCmd_t * | physics |
Definition at line 116 of file cl_renderer.h.
only called at particle spawn time
Definition at line 118 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 117 of file cl_renderer.h.
Referenced by CL_ParseParticle(), CL_ParticleFunction(), and PTL_DebugList_f().
called when the particle origin hits something solid
Definition at line 122 of file cl_renderer.h.
Referenced by CL_ParticleRun2().
called for each ended round
Definition at line 121 of file cl_renderer.h.
Referenced by CL_ParticleCheckRounds().
depends on the tps value of the particle
Definition at line 120 of file cl_renderer.h.
Referenced by CL_ParticleRun2().