setRain: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (improve readability of description)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Set rain density smoothly during the given time (in seconds). A time of zero means an immediate change. A rain level of zero is no rain and a rain level of one is maximum rain Rain is not possible when overcast is smaller than 0.7. |= Description
| Set rain density smoothly over the given transition time (in seconds). A transition time of zero means an immediate change. A rain density of zero is no rain, one is maximum rain. Rain is not possible when [[overcast]] is less than 0.7. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 03:45, 10 August 2008

Hover & click on the images for description

Description

Description:
Set rain density smoothly over the given transition time (in seconds). A transition time of zero means an immediate change. A rain density of zero is no rain, one is maximum rain. Rain is not possible when overcast is less than 0.7.
Groups:
Uncategorised

Syntax

Syntax:
TransitionTime setRain rainDensity
Parameters:
TransitionTime : Number. Seconds
rainDensity: Number. Range 0 to 1
Return Value:
Nothing

Examples

Example 1:
60 setRain 1

Additional Information

See also:
rain

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