forceWeatherChange: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Broken file link! So that's why there were no spaces...)
(Improved example (I think), but still just guessing.)
Line 15: Line 15:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>[[forceWeatherChange]];</code> |= Example 1
|x1= <code>240 [[setOvercast]] 1;
360 [[setRain]] 1;
[[forceWeatherChange]]; [[comment]] "force immediate change overriding smooth transition";</code> |= Example 1


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

Revision as of 13:26, 11 April 2014

-wrong parameter ("Arma") defined!-1.00
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