Extends BBMOD_ParticleModule
constructor
new BBMOD_CollisionEventModule([_callback])
A particle module that executes a callback on particle collision.
Name | Type | Description |
---|---|---|
_callback | Function |
The function to execute. Must take the emitter as the first argument and the particle's index as the second argument. Defaults to undefined . |
Name | Description |
---|---|
Callback | The function to execute on particle collision. Must take the emitter as the first argument and the particle's index as the second argument. Default value is undefined . |
BBMOD_EParticle.HasCollided, BBMOD_ParticleEmitter, BBMOD_ParticleEmitter.Particles
Copyright © 2023, BlueBurn. Built on March 24, 2023 using GMDoc.