rain: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Fix)
 
(42 intermediate revisions by 12 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|RAIN]]
{{RV|type=command
[[Category:Scripting Commands ArmA|RAIN]]
{{ArmA-disclaimer}}


<h2 style="color:#000066">'''rain''' </h2>
|game1= arma1
|version1= 1.00


|game2= arma2
|version2= 1.00


'''Operand types:'''
|game3= arma2oa
|version3= 1.50


None
|game4= tkoh
|version4= 1.00


'''Type of returned value:'''
|game5= arma3
|version5= 0.50


[[Number]]
|gr1= Environment


'''Compatibility:'''
|descr= Returns the current value of rain density.


Version 2.92 required.
|s1= [[rain]]


'''Description:'''
|r1= [[Number]] in range 0..1


Return the current rain.
|x1= <sqf>_rainLevel = rain;</sqf>
 
|mp= Pre-{{arma3}}, each client and the server could have different rain values. Since {{arma3}} the value is synced over network.
 
|seealso= [[setRain]] [[fog]]
}}

Latest revision as of 15:10, 8 November 2023

Hover & click on the images for description

Description

Description:
Returns the current value of rain density.
Multiplayer:
Pre-Arma 3, each client and the server could have different rain values. Since Arma 3 the value is synced over network.
Groups:
Environment

Syntax

Syntax:
rain
Return Value:
Number in range 0..1

Examples

Example 1:
_rainLevel = rain;

Additional Information

See also:
setRain fog

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