overcast: Difference between revisions

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


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


| [[Number]] <nowiki>=</nowiki> '''overcast''' |= Syntax
| [[Number]] <nowiki>=</nowiki> '''overcast''' |SYNTAX=


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


|x1= <code> _cloudLevel <nowiki>=</nowiki> '''overcast''' </code> |= Example 1
|x1= <code> _cloudLevel <nowiki>=</nowiki> '''overcast''' </code> |EXAMPLE1=


| mp = Each client and the server can have differing overcast values. |= Multiplayer
| mp = Each client and the server can have differing overcast values. |= Multiplayer


| [[overcastForecast]], [[setOvercast]], [[nextWeatherChange]] |= See also
| [[overcastForecast]], [[setOvercast]], [[nextWeatherChange]] |SEEALSO=


}}
}}

Revision as of 15:44, 7 April 2019



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

Description

Description:
Return the current overcast level. Zero is clear skies, one is maximum cloud cover.
Multiplayer:
Each client and the server can have differing overcast values.
Groups:
Uncategorised

Syntax

Syntax:
Number = 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

Notes

Bottom Section