hgeParticleSystem::GetAge
Returns the particle system's age.
float GetAge();
Return value
Returns the time passed since last firing of the particle system in seconds.
If the particle system runs continuously, returns -1.0.
If the particle system is stopped, returns -2.0.
Requirements
Header: hgeparticle.h
Import library: hgehelp.lib
|