rainParams: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|branch= dev " to "") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 3: | Line 3: | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 2.08 | |version1= 2.08 | ||
|gr1= Environment | |gr1= Environment | ||
Line 10: | Line 11: | ||
|r1= [[Array]] - [rainDropTexture, texDropCount, minRainDensity, effectRadius, windCoef, dropSpeed, rndSpeed, rndDir, dropWidth, dropHeight, dropColor, lumSunFront, lumSunBack, refractCoef, refractSaturation, snow, dropColorStrong] where: | |r1= [[Array]] - [rainDropTexture, texDropCount, minRainDensity, effectRadius, windCoef, dropSpeed, rndSpeed, rndDir, dropWidth, dropHeight, dropColor, lumSunFront, lumSunBack, refractCoef, refractSaturation, snow, dropColorStrong] where: | ||
{{Columns|4| | |||
* rainDropTexture: [[String]] | |||
* texDropCount: [[Number]] | |||
* minRainDensity: [[Number]] | |||
* effectRadius: [[Number]] | |||
* windCoef: [[Number]] | |||
* dropSpeed: [[Number]] | |||
* rndSpeed: [[Number]] | |||
* rndDir: [[Number]] | |||
* dropWidth: [[Number]] | |||
* dropHeight: [[Number]] | |||
* dropColor: [[Array]] | |||
* lumSunFront: [[Number]] | |||
* lumSunBack: [[Number]] | |||
* refractCoef: [[Number]] | |||
* refractSaturation: [[Number]] | |||
* snow: [[Boolean]] | |||
* dropColorStrong: [[Boolean]] | |||
|shrink= y}} | |||
{{Feature|informative|See [[Arma_3:_CfgWorlds_Config_Reference#class_RainParticles|RainParticles]] for more information.}} | |||
|x1= < | |x1= <sqf>private _rainParams = rainParams;</sqf> | ||
|seealso= [[setRain]] [[fogParams]] [[overcast]] [[humidity]] [[wind]] [[forceWeatherChange]] | |seealso= [[setRain]] [[fogParams]] [[overcast]] [[humidity]] [[wind]] [[forceWeatherChange]] | ||
}} | }} |
Revision as of 11:17, 3 May 2022
Description
- Description:
- Returns currently set RainParticles params, custom or default.
- Groups:
- Environment
Syntax
- Syntax:
- rainParams
- Return Value:
- Array - [rainDropTexture, texDropCount, minRainDensity, effectRadius, windCoef, dropSpeed, rndSpeed, rndDir, dropWidth, dropHeight, dropColor, lumSunFront, lumSunBack, refractCoef, refractSaturation, snow, dropColorStrong] where:
- rainDropTexture: String
- texDropCount: Number
- minRainDensity: Number
- effectRadius: Number
- windCoef: Number
- dropSpeed: Number
- rndSpeed: Number
- rndDir: Number
- dropWidth: Number
- dropHeight: Number
- dropColor: Array
- lumSunFront: Number
- lumSunBack: Number
- refractCoef: Number
- refractSaturation: Number
- snow: Boolean
- dropColorStrong: Boolean
Examples
- Example 1:
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