ParticleSystem::GetLastParticle
Defined in:
Returns the last particle in a particle system.
C4Particles.hPrototype
Particle *GetLastParticle(void) const;
Description
The GetLastParticle function returns the last particle belonging to the particle system. All of the particles in the particle system can be iterated by calling the Particle::GetPreviousParticle function until nullptr is returned.
See Also
ParticleSystem::GetFirstParticle
