![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
Data Fields | |
qbool | initialized |
int | max_themes |
mempool_t * | pool |
vmparticletheme_t * | themes |
qbool | verified |
Definition at line 3508 of file clvm_cmds.c.
qbool vmparticlespawner_t::initialized |
Definition at line 3511 of file clvm_cmds.c.
Referenced by VM_InitParticleSpawner().
int vmparticlespawner_t::max_themes |
Definition at line 3514 of file clvm_cmds.c.
Referenced by VM_CL_ParticleTheme(), VM_CL_ParticleThemeFree(), VM_CL_ParticleThemeSave(), VM_CL_SpawnParticle(), VM_CL_SpawnParticleDelayed(), and VM_InitParticleSpawner().
mempool_t* vmparticlespawner_t::pool |
Definition at line 3510 of file clvm_cmds.c.
Referenced by VM_InitParticleSpawner().
vmparticletheme_t* vmparticlespawner_t::themes |
Definition at line 3513 of file clvm_cmds.c.
Referenced by VM_CL_InitParticleSpawner(), VM_CL_ParticleTheme(), VM_CL_ParticleThemeFree(), VM_CL_ParticleThemeSave(), VM_CL_ResetParticle(), VM_CL_SpawnParticle(), VM_CL_SpawnParticleDelayed(), and VM_InitParticleSpawner().
qbool vmparticlespawner_t::verified |
Definition at line 3512 of file clvm_cmds.c.
Referenced by VM_CL_InitParticleSpawner(), VM_CL_ParticleTheme(), VM_CL_ParticleThemeFree(), VM_CL_ParticleThemeSave(), VM_CL_ResetParticle(), VM_CL_SpawnParticle(), VM_CL_SpawnParticleDelayed(), and VM_InitParticleSpawner().