simulWeatherSync: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{uc:{{PAGENAME}}}} " to "")
m (Text replacement - ">Posted on May ([0-9]{1}), ([0-9]{4})" to ">Posted on $2-05-0$1")
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 0.50
|0.50


|gr1= Environment
|gr1= Environment


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


| '''simulWeatherSync'''
|s1= '''simulWeatherSync'''


| [[Nothing]]
|r1= [[Nothing]]


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


|seealso= [[forceWeatherChange]]
|seealso= [[forceWeatherChange]]
Line 19: Line 18:




{{GameCategory|arma3|New Scripting Commands}}
<dl class="command_description">
{{GameCategory|arma3|Scripting Commands}}


<dl class="command_description">
<dt></dt>
<dt></dt>
<dd class="notedate">Posted on May 4, 2016 - 22:24 (UTC)</dd>
<dd class="notedate">Posted on 2016-05-04 - 22:24 (UTC)</dd>
<dt class="note">[[User:AgentRevolution|AgentRev]]</dt>
<dt class="note">[[User:AgentRevolution|AgentRev]]</dt>
<dd class="note">
<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]].
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 00:01, 14 May 2023

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


Posted on 2016-05-04 - 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.