武装突袭 Wiki
Advertisement
  

点击图片可看到更多讯息

开始使用于

游戏:
Armed Assault
版本:
1.05

描述

描述:
Terminates the effect in the given layer by fading it out according to the given duration. If maned layer used and it doesn't exist, it will be allocated.

Arma 3 logo black For greater efficiency and ease of modability it is recommended to use named layers available with alternative syntax since Arma 3 v1.57.134673

基本句法

句法:
layer cutFadeOut duration
参数:
layer: Number
duration: Number
返回值:
Nothing

替代句法

句法:
layerName cutFadeOut duration        (Since Arma 3 v1.57.134673)
参数:
layerName: String - effect layer name. Layer names are CaSe SeNsItIvE
duration: Number - fade out time
返回值:
Number - number of the corresponding layer

范例

范例1:
0 cutFadeOut 2;
范例2:
_layer = "layer1" cutFadeOut 2;

额外资讯

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

注意事项

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

Notes

Bottom Section

Advertisement