rain: Difference between revisions

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


|game1= arma1
|version1= 1.00


|game2= arma2
|version2= 1.00


|game3= arma2oa
|version3= 1.50


<h2 style="color:#000066">'''rain''' </h2>
|game4= tkoh
|version4= 1.00


|game5= arma3
|version5= 0.50


'''Operand types:'''
|gr1= Environment


None
|descr= Returns the current value of rain density.


'''Type of returned value:'''
|s1= [[rain]]


[[Number]]
|r1= [[Number]] in range 0..1


'''Compatibility:'''
|x1= <sqf>_rainLevel = rain;</sqf>


Version 2.92 required.
|mp= Pre-{{arma3}}, each client and the server could have different rain values. Since {{arma3}} the value is synced over network.


'''Description:'''
|seealso= [[setRain]] [[fog]]
 
}}
Return the current rain.

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