simulInClouds: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(removed categories (they are automated))
m (Text replacement - "Category:Eden Editor" to "Eden Editor")
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:


|game1= arma3
|game1= arma3
|version1= 1.00
|version1= 1.00


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


|gr1= Environment
|gr1= Environment
Line 11: Line 10:
|descr= Returns if given position is in clouds.
|descr= Returns if given position is in clouds.


|s1= '''simulInClouds''' pos
|s1= [[simulInClouds]] pos


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


|r1=  
|r1=  
* [[Boolean]] -  [[true|True]] if given position is in clouds
* [[Boolean]] -  [[true]] if given position is in clouds
* [[Nothing]] - If given arguments are incorrect
* [[Nothing]] - If given arguments are incorrect


|x1= <code>[[simulInClouds]] [[getPos]] [[player]];</code>
|x1= <sqf>simulInClouds getPos player;</sqf>


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

Latest revision as of 14:26, 9 July 2023

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:
setSimulWeatherLayers simulCloudDensity simulCloudOcclusion

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