ParticleTimeToLive()

Syntax

ParticleTimeToLive(#ParticleEmitter, MinimumTime, MaximumTime)
Description
Change the particles time to live for the particle emitter. Every particle will live at least 'MinimumTime' and at most the 'MaximumTime' (in world time unit). A random value, within this range, will be used by every particle emitted.

Parameters

#ParticleEmitter The particle emitter to use.
MinimumTime The minimum time for a particle before being freed.
MaximumTime The maximum time for a particle before being freed.

Return value

None.

Supported OS

All

<- ParticleSpeedFactor() - Particle Index - ParticleVelocity() ->