simulWeatherSync: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (example)
m (template:command argument fix)
Line 12: Line 12:
| '''simulWeatherSync''' |= Syntax  
| '''simulWeatherSync''' |= Syntax  


| [[Nothing]] |= RETURNVALUE
| [[Nothing]] |RETURNVALUE=  




|x1= <code>[[simulWeatherSync]];</code>|= EXAMPLE1
|x1= <code>[[simulWeatherSync]];</code>|EXAMPLE1=  


____________________________________________________________________________________________
____________________________________________________________________________________________
Line 21: Line 21:
| [[forceWeatherChange]] |= See also
| [[forceWeatherChange]] |= See also


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:37, 7 April 2019

Hover & click on the images for description

Description

Description:
Synchronizes Simul Weather with Arma weather, generates all keyframes.
Groups:
Uncategorised

Syntax

Syntax:
simulWeatherSync
Return Value:
Nothing

Examples

Example 1:
simulWeatherSync;

Additional Information

See also:
forceWeatherChange

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

Posted on May 4, 2016 - 22:24 (UTC)
AgentRev
The behavior of this command is similar to forceWeatherChange, however it leaves current weather transitions intact. Its main purpose would be to refresh the cloud cover to properly reflect current overcast, as they can sometime get out of sync, especially when using setTimeMultiplier and setAccTime.