GetScriptParticleEmitter()

Syntax

Result = GetScriptParticleEmitter(#ParticleEmitter, Name$)
Description
Gets a particle emitter defined in an OGRE script file.

Parameters

#ParticleEmitter A number to identify the new particle emitter. #PB_Any can be used to auto-generate this number.
Name$ The name of the particle emitter in the OGRE script file. This name is case-sensitive.

Return value

Zero if the particle emitter isn't found or can't be loaded from script files. If #PB_Any is used as '#ParticleEmitter' parameter, the new particle emitter number is returned.

Supported OS

All

<- FreeParticleEmitter() - Particle Index - HideParticleEmitter() ->