setParticleRandom: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 23: Line 23:
'''Description:'''
'''Description:'''


Set randomization of particle source parameters.  
Set randomization of particle source parameters.
 
'''Example:'''

Revision as of 21:36, 4 July 2006


particleSource setParticleRandom [lifeTime, position, moveVelocity, rotationVelocity, size, color, randomDirectionPeriod, randomDirectionIntensity]


Operand types:

particleSource: Object

[lifeTime, position, moveVelocity, rotationVelocity, size, color, randomDirectionPeriod, randomDirectionIntensity]: Array

Type of returned value:

Nothing

Compatibility:

Version 2.56 required.

Description:

Set randomization of particle source parameters.