rain: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(format)
Line 13: Line 13:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Return the current rain density. |= Description
| Returns the current value of rain density in range 1...0 |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Number]] <nowiki>=</nowiki> '''rain''' |= Syntax
| '''rain''' |= Syntax


| [[Number]] |= Return value
| [[Number]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1=<pre>_RainLevel=rain</pre>
|x1=<code>_rainLevel = [[rain]];</code>|=


| mp = Each client and the server can have differing rain values. |= Multiplayer
| mp = Pre-Arma 3, each client and the server could have different rain values. Since Arma 3 the value is synced over network. |= Multiplayer


| [[setRain]] |= See also
| [[setRain]], [[fog]] |= See also


}}
}}

Revision as of 16:39, 23 March 2016



-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

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

Syntax

Syntax:
rain
Return Value:
Number

Examples

Example 1:
_rainLevel = rain;

Additional Information

See also:
setRainfog

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

Notes

Bottom Section