Difference between revisions of "ParticleSystem:setParticleLife"

m
(Added oldin)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{oldin|[[0.9.0]]|090|type=function|text=It has been renamed to [[ParticleSystem:setParticleLifetime]]}}
 
Sets the life of the particles.
 
Sets the life of the particles.
 
== Function ==
 
== Function ==
Line 14: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the life of the particles.}}
 
{{#set:Description=Sets the life of the particles.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|ParticleSystem:setParticleLife}}
 
{{i18n|ParticleSystem:setParticleLife}}

Latest revision as of 04:12, 20 July 2013

Removed in LÖVE 0.9.0
It has been renamed to ParticleSystem:setParticleLifetime.

Sets the life of the particles.

Function

Synopsis

ParticleSystem:setParticleLife( min, max )

Arguments

number min
The minimum life of the particles (seconds).
number max (min)
The maximum life of the particles (seconds).

Returns

Nothing.

See Also


Other Languages