BBMOD_SetRealModule

Extends BBMOD_ParticleModule

constructor

new BBMOD_SetRealModule([_property[, _value]])

Description

A universal particle module that sets initial value of particles' property when they are spawned.

Arguments

Name Type Description
_property Real The property to set initial value of. Use values from BBMOD_EParticle. Defaults to undefined.
_value Real The initial value of the property. Defaults to 0.0.

Properties

Name Description
Property The property to set initial value of. Use values from BBMOD_EParticle. Default value is undefined.
Value The initial value of the property. Defaults to 0.0.

See also

BBMOD_EParticle

Do you find this page helpful?

Copyright © 2023, BlueBurn. Built on March 24, 2023 using GMDoc.