setSimulWeatherLayers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>")
m (Text replacement - "<code>([^ ]*)\{\{cc\|([^ ]*)\}\}([^ ]*)<\/code>" to "<code>$1// $2$3</code>")
Line 16: Line 16:
|r1= [[Nothing]]
|r1= [[Nothing]]


|x1= <code>setSimulWeatherLayers 0; {{cc|Very flat clouds}}</code>
|x1= <code>setSimulWeatherLayers 0; // Very flat clouds</code>


|seealso= [[simulCloudDensity]] [[simulCloudOcclusion]] [[simulInClouds]]
|seealso= [[simulCloudDensity]] [[simulCloudOcclusion]] [[simulInClouds]]
}}
}}

Revision as of 12:22, 12 May 2022

Hover & click on the images for description

Description

Description:
Sets number of simul weather layers, affects quality of simul weather clouds.
Problems:
The effect of this command seems to be persistent across the game instance, e.g. restarting a missing will not reset it.
Groups:
Environment

Syntax

Syntax:
setSimulWeatherLayers layers
Parameters:
layers: Number
Return Value:
Nothing

Examples

Example 1:
setSimulWeatherLayers 0; // Very flat clouds

Additional Information

See also:
simulCloudDensity simulCloudOcclusion simulInClouds

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