rain: Difference between revisions

From Bohemia Interactive Community
mNo edit summary
 
m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\];?<\/code>" to "<sqf>_$1 = $2;</sqf>")
(43 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 in range 0..1


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


[[Number]]
|r1= [[Number]]


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


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


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

Revision as of 21:21, 7 May 2022

Hover & click on the images for description

Description

Description:
Returns the current value of rain density in range 0..1
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

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.
Only post proven facts here! Add Note