forceWeatherChange: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Correct game/version)
(Description (changed to ingame description), MP note, See also)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Force a change in the weather. |= Description
| Forces saved wanted settings fro weather to be actual (BEWARE: Will cause lag). |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 19: Line 19:
[[forceWeatherChange]]; [[comment]] "force immediate change overriding smooth transition";</code> |= Example 1
[[forceWeatherChange]]; [[comment]] "force immediate change overriding smooth transition";</code> |= Example 1


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


| [[fog]], [[fogForecast]], [[setFog]], [[overcast]], [[setOvercast]], [[overcastForecast]], [[nextWeatherChange]] |= See also
| [[fog]], [[fogForecast]], [[setFog]], [[overcast]], [[setOvercast]], [[overcastForecast]], [[nextWeatherChange]], [[rain]], [[setRain]] |= See also
}}
}}



Revision as of 13:06, 12 April 2014

Hover & click on the images for description

Description

Description:
Forces saved wanted settings fro weather to be actual (BEWARE: Will cause lag).
Multiplayer:
Execute on server
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:
fogfogForecastsetFogovercastsetOvercastovercastForecastnextWeatherChangerainsetRain

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