C4 Engine
C4 Engine API Documentation

ParticleSystem::FreeParticle

Defined in:  C4Particles.h
Removes a particle from a particle system.
Prototype

void FreeParticle(Particle *particle);

Parameters
particle The particle to remove from the system.
Description
The FreeParticle function removes the particle specified by the particle parameter from a particle system and makes it available in the particle pool.
See Also

Particle

ParticleSystem::AddParticle

ParticleSystem::AddFarthestParticle

ParticleSystem::GetFirstParticle

ParticleSystem::GetLastParticle