BIS fnc getCloudletParams: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 | | arma3 | ||
|1.76 | |1.76 | ||
|gr1= Systems | |gr1= Systems | ||
| Return particle params of CfgCloudlets class. | | Return particle params of CfgCloudlets class. | ||
| [cfgCloudletClass] call [[BIS_fnc_getCloudletParams]] | | [cfgCloudletClass] call [[BIS_fnc_getCloudletParams]] | ||
|p1= cfgCloudletClass: [[String]] - wanted class in cfgCloudlets | |p1= cfgCloudletClass: [[String]] - wanted class in cfgCloudlets | ||
| [[Array]] - format [<nowiki/>[[setParticleParams]], [[setParticleRandom]], [[setDropInterval]]]: | | [[Array]] - format [<nowiki/>[[setParticleParams]], [[setParticleRandom]], [[setDropInterval]]]: | ||
Line 54: | Line 54: | ||
], | ], | ||
interval | interval | ||
]</code></spoiler> | ]</code></spoiler> | ||
|x1= <code>["AmmoLightSmokeParticles"] [[call]] [[BIS_fnc_getCloudletParams]];</code> | |x1= <code>["AmmoLightSmokeParticles"] [[call]] [[BIS_fnc_getCloudletParams]];</code> | ||
| [[Arma 3 Particle Effects]], [[setParticleParams]], [[setParticleRandom]], [[setDropInterval]], [[drop]] | | [[Arma 3 Particle Effects]], [[setParticleParams]], [[setParticleRandom]], [[setDropInterval]], [[drop]] | ||
}} | }} | ||
Revision as of 23:00, 17 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