simulInClouds: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " | }}" to " }}")
(page overhaul)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3


|1.00
|version1= 1.00
 
|pr = {{Feature|edeneditor|SimulWeather seems to be disabled in [[Eden Editor]] and scenario preview.}}


|gr1= Environment
|gr1= Environment


| Returns if given position is in clouds.
|descr= Returns if given position is in clouds.


| '''simulInClouds''' pos
|s1= '''simulInClouds''' pos


|p1= pos: [[Position]]
|p1= pos: [[Position]]
| [[Boolean]]


|x1= <code>[[simulInClouds]] ([[getPos]] [[player]]);</code>
|r1=
* [[Boolean]] -  [[true|True]] if given position is in clouds
* [[Nothing]] - If given arguments are incorrect
 
|x1= <code>[[simulInClouds]] [[getPos]] [[player]];</code>


| [[setSimulWeatherLayers]], [[simulCloudDensity]], [[simulCloudOcclusion]]
|seealso= [[setSimulWeatherLayers]], [[simulCloudDensity]], [[simulCloudOcclusion]]
}}
}}



Revision as of 13:25, 8 February 2021

Hover & click on the images for description

Description

Description:
Returns if given position is in clouds.
Problems:
Eden Editor
SimulWeather seems to be disabled in Eden Editor and scenario preview.
Groups:
Environment

Syntax

Syntax:
simulInClouds pos
Parameters:
pos: Position
Return Value:

Examples

Example 1:
simulInClouds getPos player;

Additional Information

See also:
setSimulWeatherLayerssimulCloudDensitysimulCloudOcclusion

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