forceWeatherChange: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Improved example (I think), but still just guessing.)
(Correct game/version)
Line 2: Line 2:
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma |= Game name
| arma3 |= Game name


|1.00|= Game version
|1.16|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 13:59, 11 April 2014

Hover & click on the images for description

Description

Description:
Force a change in the weather.
Multiplayer:
Each client and the server can have differing weather.
Groups:
Uncategorised

Syntax

Syntax:
forceWeatherChange
Return Value:
Nothing

Examples

Example 1:
240 setOvercast 1; 360 setRain 1; forceWeatherChange; comment "force immediate change overriding smooth transition";

Additional Information

See also:
fogfogForecastsetFogovercastsetOvercastovercastForecastnextWeatherChange

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