overcast: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " " to " ")
m (Some wiki formatting)
Line 1: Line 1:
[[Category:Scripting Commands|OVERCAST]]
{{GameCategory|arma1|Scripting Commands}}
{{GameCategory|arma2|Scripting Commands}}
{{RV|type=command
{{RV|type=command


| arma1
|game1= arma1


|1.00
|version1= 1.00


|gr1= Environment
|gr1= Environment


| Return the current overcast level. Zero is clear skies, one is maximum cloud cover.
|descr= Return the current overcast level. Zero is clear skies, one is maximum cloud cover.


| [[Number]] <nowiki>=</nowiki> '''overcast'''
|s1= '''overcast'''


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


|x1= <code> _cloudLevel <nowiki>=</nowiki> '''overcast''' </code>
|x1= <code> _cloudLevel <nowiki>=</nowiki> '''overcast''' </code>


|mp= Each client and the server can have differing overcast values.
|mp= Before {{arma3}}, each client and the server can have differing overcast values.
| [[overcastForecast]], [[setOvercast]], [[nextWeatherChange]]
 
|seealso= [[overcastForecast]], [[setOvercast]], [[nextWeatherChange]]
}}
}}



Revision as of 01:11, 1 February 2021

Hover & click on the images for description

Description

Description:
Return the current overcast level. Zero is clear skies, one is maximum cloud cover.
Multiplayer:
Before Arma 3, each client and the server can have differing overcast values.
Groups:
Environment

Syntax

Syntax:
overcast
Return Value:
Number

Examples

Example 1:
_cloudLevel = overcast

Additional Information

See also:
overcastForecastsetOvercastnextWeatherChange

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