武装突袭 Wiki
Advertisement
  

点击图片可看到更多讯息

开始使用于

游戏:
Armed Assault
版本:
1.00

描述

描述:
Sets wanted transparency for control animation. Requires ctrlCommit to commit changes.

基本句法

句法:
controlName ctrlSetFade fade
参数:
controlName: Control
fade: Number
返回值:
Nothing

范例

范例1:
_control ctrlSetFade 1; _control ctrlCommit 5;

额外资讯

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

注意事项

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

Notes

Bottom Section

Posted on March 10, 2015 - 02:02 (UTC)
Feint
This command sets the amount of fade. For example: _ctrl ctrlSetFade 1; // hides the control
_ctrl ctrlSetFade 0.5; // control is 50% visible
_ctrl ctrlSetFade 0; // control is fully visible
Advertisement