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