Difference between revisions of "ParticleSystem:setParticleLife"

m
Line 14: Line 14:
 
[[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}}

Revision as of 10:06, 25 March 2011

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