forceWeatherChange: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(serverexec)
m (Text replacement - "{{Feature|Informative|" to "{{Feature|informative|")
 
(47 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 1.16


|1.16|= Game version
|gr1= Environment
|exec= server|= Exec
____________________________________________________________________________________________


| Forces saved wanted settings for weather to be actual (BEWARE: Will cause lag). |= Description
|serverExec= server
____________________________________________________________________________________________


| '''forceWeatherChange''' |= Syntax
|descr= Forcibly applies previously set weather settings. Skips smooth transitions. This might cause lag.


| [[Nothing]] |= Return value
{{Feature|informative|To prevent the engine from overwriting custom weather settings, enable the ''Manual Control'' settings in [[:Category:Eden Editor|Eden Editor]]'s intel section.}}
____________________________________________________________________________________________


|x1= <code>240 [[setOvercast]] 1;
|s1= [[forceWeatherChange]]  
360 [[setRain]] 1;
[[forceWeatherChange]]; [[comment]] "force immediate change overriding smooth transition";</code> |= Example 1


| mp= Execute on server |= Multiplayer
|r1= [[Nothing]]


| [[fog]], [[fogForecast]], [[setFog]], [[overcast]], [[setOvercast]], [[overcastForecast]], [[nextWeatherChange]], [[rain]], [[setRain]], [[setWind]] |= See also
|x1= <sqf>0 setOvercast 1;
0 setRain 1;
forceWeatherChange; // Force immediate change overriding smooth transitions</sqf>
 
|seealso= [[fog]] [[fogForecast]] [[setFog]] [[overcast]] [[setOvercast]] [[overcastForecast]] [[nextWeatherChange]] [[rain]] [[setRain]] [[setWind]] [[simulWeatherSync]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Environment|{{uc:{{PAGENAME}}}}]]

Latest revision as of 01:25, 2 February 2024

Hover & click on the images for description

Description

Description:
Forcibly applies previously set weather settings. Skips smooth transitions. This might cause lag.
To prevent the engine from overwriting custom weather settings, enable the Manual Control settings in Eden Editor's intel section.
Groups:
Environment

Syntax

Syntax:
forceWeatherChange
Return Value:
Nothing

Examples

Example 1:
0 setOvercast 1; 0 setRain 1; forceWeatherChange; // Force immediate change overriding smooth transitions

Additional Information

See also:
fog fogForecast setFog overcast setOvercast overcastForecast nextWeatherChange rain setRain setWind simulWeatherSync

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