rainParams: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 41: | Line 41: | ||
private _rainParams = rainParams; | private _rainParams = rainParams; | ||
// or | // or | ||
rainParams params ["_rainDropTexture", "_texDropCount", "_minRainDensity", "_effectRadius", "_windCoef", "_dropSpeed", "_rndSpeed", "_rndDir", "_dropWidth", "_dropHeight", "_dropColor", "_lumSunFront", "_lumSunBack", "_refractCoef", "_refractSaturation", "_snow", "_dropColorStrong"]; | rainParams params [ | ||
"_rainDropTexture", | |||
"_texDropCount", | |||
"_minRainDensity", | |||
"_effectRadius", | |||
"_windCoef", | |||
"_dropSpeed", | |||
"_rndSpeed", | |||
"_rndDir", | |||
"_dropWidth", | |||
"_dropHeight", | |||
"_dropColor", | |||
"_lumSunFront", | |||
"_lumSunBack", | |||
"_refractCoef", | |||
"_refractSaturation", | |||
"_snow", | |||
"_dropColorStrong" | |||
]; | |||
</sqf> | </sqf> | ||
|seealso= [[setRain]] [[fogParams]] [[overcast]] [[humidity]] [[wind]] [[forceWeatherChange]] | |seealso= [[setRain]] [[fogParams]] [[overcast]] [[humidity]] [[wind]] [[forceWeatherChange]] | ||
}} | }} |
Latest revision as of 10:29, 6 May 2024
Description
- Description:
- Returns currently set RainParticles params, custom or default.
- Multiplayer:
- 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:
- private _rainParams = rainParams; // or rainParams params [ "_rainDropTexture", "_texDropCount", "_minRainDensity", "_effectRadius", "_windCoef", "_dropSpeed", "_rndSpeed", "_rndDir", "_dropWidth", "_dropHeight", "_dropColor", "_lumSunFront", "_lumSunBack", "_refractCoef", "_refractSaturation", "_snow", "_dropColorStrong" ];
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