simulWeatherSync: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \|s1=" to " |s1=")
m (Text replacement - "</dd> </dl>" to "</dd> </dl>")
Line 27: Line 27:
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]].
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]].
</dd>
</dd>
</dl>
</dl>

Revision as of 17:10, 13 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Environment

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


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.