simulCloudOcclusion: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<dt class="note">([^<>]+) " to "<dt class="note">$1</dt> ")
m (Text replacement - " | }}" to " }}")
Line 19: Line 19:


| [[setSimulWeatherLayers]], [[simulCloudDensity]], [[simulInClouds]]
| [[setSimulWeatherLayers]], [[simulCloudDensity]], [[simulInClouds]]
|
}}
}}



Revision as of 17:45, 7 February 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Environment

Syntax

Syntax:
Syntax needed
Parameters:
[pos1,pos2]: Array
pos1: Position
pos2: Position
Return Value:
Return value needed

Examples

Example 1:
canSeeSun = (simulCloudOcclusion == 0)

Additional Information

See also:
See also needed

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
Posted on 8 August, 2014 - 12:17
Waffle SS.
The simulCloudOcclusion command is not recognized on dedicated servers, and will produce an error. If you use this command, it cannot be anywhere within a script that is run on the dedicated server, or the entire script will halt. To get around this, you can use: if !isDedicated then {[] execVM "simulCloudOcclusionScript.sqf"};