forceWeatherChange: Difference between revisions
Jump to navigation
Jump to search
m (Fixed comment in example code) |
Lou Montana (talk | contribs) m (Text replacement - "<sqf>([^↵][^<]*↵[^<]*)<\/sqf>" to "<sqf> $1 </sqf>") |
||
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
|descr= Forcibly applies previously set weather settings. Skips smooth transitions. This might cause lag. | |descr= Forcibly applies previously set weather settings. Skips smooth transitions. This might cause lag. | ||
{{Feature| | {{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.}} | ||
|s1= [[forceWeatherChange]] | |s1= [[forceWeatherChange]] | ||
Line 16: | Line 16: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= <sqf>0 setOvercast 1; | |x1= <sqf> | ||
0 setOvercast 1; | |||
0 setRain 1; | 0 setRain 1; | ||
forceWeatherChange; // Force immediate change overriding smooth transitions</sqf> | forceWeatherChange; // Force immediate change overriding smooth transitions | ||
</sqf> | |||
|seealso= [[fog]] [[fogForecast]] [[setFog]] [[overcast]] [[setOvercast]] [[overcastForecast]] [[nextWeatherChange]] [[rain]] [[setRain]] [[setWind]] [[simulWeatherSync]] | |seealso= [[fog]] [[fogForecast]] [[setFog]] [[overcast]] [[setOvercast]] [[overcastForecast]] [[nextWeatherChange]] [[rain]] [[setRain]] [[setWind]] [[simulWeatherSync]] | ||
}} | }} |
Latest revision as of 19:43, 3 September 2024
Description
- Description:
- Forcibly applies previously set weather settings. Skips smooth transitions. This might cause lag.
- 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