simulInClouds: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
m (Text replacement - "Category:Eden Editor" to "Eden Editor")
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| arma3
|game1= arma3
|version1= 1.00


|1.00
|pr= {{Feature|edeneditor|SimulWeather seems to be disabled in [[:Category:Eden Editor|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]]


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


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


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

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