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