{{newin|[[0.9.0]]|090|type=function}}
Gets how long the particle system will emit particles (if -1 then it emits particles forever).
== Function ==
=== Synopsis ===
<source lang="lua">
life = ParticleSystem:getEmitterLifetime( )
</source>
=== Arguments ===
Nothing.
=== Returns ===
{{param|number|life|The lifetime of the emitter (in seconds).}}
== See Also ==
* [[parent::ParticleSystem]]
* [[ParticleSystem:setEmitterLifetime]]
[[Category:Functions]]
{{#set:Description=Gets how long the particle system will emit particles}}
== Other Languages ==
{{i18n|ParticleSystem:getEmitterLifetime}}