BBMOD_ParticleEmitter.spawn_particle

A function defined in BBMOD_ParticleEmitter.gml

spawn_particle([_position])

Description

If the particle system has not reached the end of the emit cycle yet or if it is looping, then a new particle is spawned. If the maximum number of particles has already been reached, then an existing particle is used, without calling BBMOD_ParticleModule.on_particle_finish.

Arguments

Name Type Description
_position Struct.BBMOD_Vec3 The position to spawn the particle at. Defaults to the emitter's position.

Returns

Bool Returns true if a particle was spawned.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.