simulCloudDensity: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " | }}" to " }}")
(added warning and named params)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3


|1.00
|version1= 1.00


|gr1= Environment
|gr1= Environment


| Returns density of clouds at given position.
|descr= Returns density of clouds at given position.


| '''simulCloudDensity''' pos
|s1= [[simulCloudDensity]] pos


|p1= pos: [[Position]]
|p1= pos: [[Position]]
| [[Number]]
 
|r1= [[Number]] - {{Feature|warning|In {{GVI|arma3|2.03}} this command returns a [[Boolean]]}}


|x1= <code>[[simulCloudDensity]] ([[getPos]] [[player]]);</code>
|x1= <code>[[simulCloudDensity]] ([[getPos]] [[player]]);</code>


| [[setSimulWeatherLayers]], [[simulCloudOcclusion]], [[simulInClouds]]
|seealso= [[setSimulWeatherLayers]], [[simulCloudOcclusion]], [[simulInClouds]]
}}
}}
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 13:05, 8 February 2021

Hover & click on the images for description

Description

Description:
Returns density of clouds at given position.
Groups:
Environment

Syntax

Syntax:
simulCloudDensity pos
Parameters:
pos: Position
Return Value:
Number -
In Arma 3 logo black.png2.03 this command returns a Boolean

Examples

Example 1:
simulCloudDensity (getPos player);

Additional Information

See also:
setSimulWeatherLayerssimulCloudOcclusionsimulInClouds

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