rain: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(format)
m (template:command argument fix)
Line 13: Line 13:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


| '''rain''' |= Syntax
| '''rain''' |SYNTAX=


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


Line 25: Line 25:
| mp = Pre-Arma 3, each client and the server could have different rain values. Since Arma 3 the value is synced over network. |= 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]], [[fog]] |= See also
| [[setRain]], [[fog]] |SEEALSO=


}}
}}

Revision as of 15:45, 7 April 2019



-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