FreeParticleEmitter()

语法

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

参数

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

返回值

无.

Remarks

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

已支持操作系统

所有

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