simulWeatherSync: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
m (Some wiki formatting)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
|gr1= Environment
|gr1= Environment


|descr= Synchronizes Simul Weather with Arma weather, generates all keyframes.
|descr= Synchronizes Simul Weather with {{arma}} weather, generates all keyframes.


|s1= '''simulWeatherSync'''
|s1= [[simulWeatherSync]]


|r1= [[Nothing]]
|r1= [[Nothing]]
Line 17: Line 17:
}}
}}


 
{{Note
<dl class="command_description">
|user= AgentRev
 
|timestamp= 20160504222400
<dt></dt>
|text= The behavior of this command is similar to [[forceWeatherChange]], however it leaves current weather transitions intact.
<dd class="notedate">Posted on May 4, 2016 - 22:24 (UTC)</dd>
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]].
<dt class="note">[[User:AgentRevolution|AgentRev]]</dt>
}}
<dd class="note">
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>
 
</dl>

Latest revision as of 10:45, 7 April 2024

Hover & click on the images for description

Description

Description:
Synchronizes Simul Weather with Arma weather, generates all keyframes.
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
AgentRev - c
Posted on May 04, 2016 - 22:24 (UTC)
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.