{{newin|[[0.9.0]]|090|type=function}}
Gets the lifetime of the particles.
== Function ==
=== Synopsis ===
<source lang="lua">
min, max = ParticleSystem:getParticleLifetime( )
</source>
=== Arguments ===
Nothing.
=== Returns ===
{{param|number|min|The minimum life of the particles (in seconds).}}
{{param|number|max|The maximum life of the particles (in seconds).}}
== See Also ==
* [[parent::ParticleSystem]]
* [[ParticleSystem:setParticleLifetime]]
[[Category:Functions]]
{{#set:Description=Gets the lifetime of the particles.}}
== Other Languages ==
{{i18n|ParticleSystem:getParticleLifetime}}