BBMOD_ParticleEmitter.finished

A function defined in BBMOD_ParticleEmitter.gml

finished([_particlesDead])

Description

Checks if the emitter cycle has finished.

Arguments

Name Type Description
_particlesDead Bool Also check if there are no particles alive. Defaults to false.

Returns

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.

Do you find this page helpful?

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