BIS fnc getCloudletParams: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Lou Montana (talk | contribs) (Page filling) |
||
Line 1: | Line 1: | ||
{{Function|Comments= | |||
{{Function|= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma3 | | | arma3 |Game name= | ||
|1.76| | |1.76|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Return particle params of CfgCloudlets class. |Description= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [cfgCloudletClass] call [[BIS_fnc_getCloudletParams]] |Syntax= | ||
|p1= | | |p1= cfgCloudletClass: [[String]] - wanted class in cfgCloudlets |Parameter 1= | ||
| | | | [[Array]] - format <nowiki>[</nowiki>[[setParticleParams]], [[setParticleRandom]], [[setDropInterval]]]: | ||
<spoiler><code> | |||
[ | |||
[ | |||
[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 | |||
]</code></spoiler>|Return value= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>["AmmoLightSmokeParticles"] [[call]] [[BIS_fnc_getCloudletParams]];</code> |Example 1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | | [[Arma 3 Particle Effects]], [[setParticleParams]], [[setParticleRandom]], [[setDropInterval]], [[drop]] |See also= | ||
}} | }} | ||
Line 45: | Line 72: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Functions|{{uc:getCloudletParams}}]] | |||
[[Category:Function Group: Misc|{{uc:getCloudletParams}}]] | [[Category:Function Group: Misc|{{uc:getCloudletParams}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:getCloudletParams}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:getCloudletParams}}]] |
Revision as of 09:18, 6 June 2018
Description
- Description:
- Return particle params of CfgCloudlets class.
- Execution:
- call
- Groups:
- Uncategorised
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