setParticleCircle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|SETPARTICLECIRCLE]]
[[Category:Scripting Commands ArmA|SETPARTICLECIRCLE]]


<new command not populated>


<h2 style="color:#000066">'''''particleSource'' setParticleCircle ''[radius, velocity]'''''</h2>


<h2 style="color:#000066">''''' setParticleCircle '''''</h2>


'''Operand types:'''


'''Operand types:'''
'''particleSource:''' [[Object]]
 
'''[radius, velocity]:''' [[Array]]


'''Type of returned value:'''
'''Type of returned value:'''
[[Nothing]]


'''Compatibility:'''
'''Compatibility:'''
Version 2.56 required.


'''Description:'''
'''Description:'''


Update particle source to create particles on circle with given radius. Velocity is transformed and added to total velocity.


'''Example:'''
'''Example:'''

Revision as of 14:28, 3 July 2006


particleSource setParticleCircle [radius, velocity]


Operand types:

particleSource: Object

[radius, velocity]: Array

Type of returned value:

Nothing

Compatibility:

Version 2.56 required.

Description:

Update particle source to create particles on circle with given radius. Velocity is transformed and added to total velocity.

Example: