武装突袭 Wiki
Advertisement
Introduced with Arma 3 version 1.00
  

点击图片可看到更多讯息

开始使用于

游戏:
Arma 3
版本:
1.00

描述

描述:
Returns clouds occlusion between two given points (0 - no clouds, 1 - full clouds).

基本句法

句法:
simulCloudOcclusion [pos1,pos2]
参数:
[pos1,pos2]: Array
pos1: Position
pos2: Position
返回值:
Number

范例

范例1:
canSeeSun = (simulCloudOcclusion == 0)

额外资讯

多人游戏:
-
也可以看看:
setSimulWeatherLayerssimulCloudDensitysimulInClouds

注意事项

此处撰写句法皆为可行用法. 可到官网[1]专页回报错误. 你可以使用讨论页面或是论坛来进行讨论.
新增注意事项 | 如何新增?

Notes

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"};

Bottom Section

Advertisement