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