BIS fnc getCloudletParams: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 7: | Line 6: | ||
|gr1= Systems |GROUP1= | |gr1= Systems |GROUP1= | ||
| Return particle params of CfgCloudlets class. |Description= | | Return particle params of CfgCloudlets class. |Description= | ||
| [cfgCloudletClass] call [[BIS_fnc_getCloudletParams]] |Syntax= | | [cfgCloudletClass] call [[BIS_fnc_getCloudletParams]] |Syntax= | ||
Line 58: | Line 55: | ||
interval | interval | ||
]</code></spoiler>|Return value= | ]</code></spoiler>|Return value= | ||
|x1= <code>["AmmoLightSmokeParticles"] [[call]] [[BIS_fnc_getCloudletParams]];</code> |Example 1= | |x1= <code>["AmmoLightSmokeParticles"] [[call]] [[BIS_fnc_getCloudletParams]];</code> |Example 1= | ||
| [[Arma 3 Particle Effects]], [[setParticleParams]], [[setParticleRandom]], [[setDropInterval]], [[drop]] |See also= | | [[Arma 3 Particle Effects]], [[setParticleParams]], [[setParticleRandom]], [[setDropInterval]], [[drop]] |See also= |
Revision as of 23:12, 16 January 2021
Description
Syntax
- Syntax:
- [cfgCloudletClass] call BIS_fnc_getCloudletParams
- Parameters:
- cfgCloudletClass: String - wanted class in cfgCloudlets
- Return Value:
- Array - format [setParticleParams, setParticleRandom, setDropInterval]:
↑ Back to spoiler's top[ [ [particleShape, particleFSNtieth, particleFSIndex, particleFSFrameCount, particleFSLoop], animationName, particleType, timerPeriod, lifeTime, position, moveVelocity, rotationVelocity, weight, volume, rubbing, size, color, animationSpeed, randomDirectionPeriod, randomDirectionIntensity, onTimerScript, beforeDestroyScript, "", angle, onSurface, bounceOnSurface, emissiveColor ], [ lifeTimeVar, positionVar, moveVelocityVar, rotationVelocityVar, sizeVar, colorVar, randomDirectionPeriodVar, randomDirectionIntensityVar, angleVar, bounceOnSurfaceVar ], interval ]
Examples
- Example 1:
["AmmoLightSmokeParticles"] call BIS_fnc_getCloudletParams;
Additional Information
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