A function defined in BBMOD_ParticleEmitter.gml
finished([_particlesDead])
Checks if the emitter cycle has finished.
Name | Type | Description |
---|---|---|
_particlesDead | Bool |
Also check if there are no particles alive. Defaults to false. |
Bool
Returns true
if the emitter cycle has finished (and there are no particles alive). Aalways returns false
if the emitted particle system is looping.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.