C4 Engine
C4 Engine API Documentation

ParticleSystem::GetFirstParticle

Defined in:  C4Particles.h
Returns the first particle in a particle system.
Prototype

Particle *GetFirstParticle(voidconst;

Description
The GetFirstParticle function returns the first particle belonging to the particle system. All of the particles in the particle system can be iterated by calling the Particle::GetNextParticle function until nullptr is returned.
See Also

Particle

Particle::GetNextParticle

ParticleSystem::GetLastParticle

ParticleSystem::AddParticle

ParticleSystem::AddFarthestParticle

ParticleSystem::FreeParticle