Particle::GetNextParticle
Defined in:
Returns the next particle in a particle system.
C4Particles.hPrototype
Particle *GetNextParticle(void) const;
Description
The GetNextParticle function returns the next particle in the list of particles currently used by a particle system. If the particle for which this function is called is the last particle in the particle system, then the return value is nullptr.
See Also
