FreeParticleEmitter()

Syntax

FreeParticleEmitter(#ParticleEmitter)
Description
Frees the particle emitter. All its associated memory is released and this object can't be used anymore.

Parameters

#ParticleEmitter The particle emitter to free. If #PB_All is specified, all the remaining particle emitters are freed.

Return value

None.

Remarks

All remaining particle emitters are automatically freed when the program ends.

Supported OS

All

<- DisableParticleEmitter() - Particle Index - GetScriptParticleEmitter() ->