setParticleCircle: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \{\{GameCategory *\| *arma1 *\| *(New )?Scripting Commands\}\}" to "") |
Lou Montana (talk | contribs) m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=0-9]{12})" to "|$1=$2 |descr=$3") |
||
Line 9: | Line 9: | ||
|gr1= Particles | |gr1= Particles | ||
| Updates particle source, creates particles in circle with given radius. Velocity is transformed and added to total velocity. Correspondence between CfgCloudlets class param names and command array of params: | |descr= Updates particle source, creates particles in circle with given radius. Velocity is transformed and added to total velocity. Correspondence between CfgCloudlets class param names and command array of params: | ||
<code>particleSource [[setParticleCircle]] | <code>particleSource [[setParticleCircle]] | ||
[ | [ |
Revision as of 21:19, 13 June 2021
Description
- Description:
- Updates particle source, creates particles in circle with given radius. Velocity is transformed and added to total velocity. Correspondence between CfgCloudlets class param names and command array of params:
particleSource setParticleCircle [ circleRadius, circleVelocity ];
- Groups:
- Particles
Syntax
- Syntax:
- particleSource setParticleCircle [radius, velocity]
- Parameters:
- particleSource: Object
- [radius, velocity]: Array
- radius: Number
- velocity: Array (x,y,z)
- Return Value:
- Nothing
Examples
- Examples:
- Example needed
Additional Information
- See also:
- setParticleParamssetParticleRandomParticleTemplatessetParticleClassparticlesQualitysetParticleFire
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note