武装突袭 Wiki
Advertisement
  

点击图片可看到更多讯息

开始使用于

游戏:
Arma 2
版本:
1.00

描述

描述:
Commit post process effect in given time.

基本句法

句法:
effect ppEffectCommit commit
参数:
effect: String - name of the effect
commit: Number - duration
返回值:
Nothing

替代句法

句法:
effect ppEffectCommit commit
参数:
effect: Number - handle of the effect
commit: Number - duration
返回值:
Nothing

替代句法2

句法:
[effect1,...] ppEffectCommit commit
参数:
[effect1,...]: Array - array of effect handles
effect1: Number - handle of the effect
commit: Number - duration
返回值:
Nothing

范例

范例1:
"colorCorrection" ppEffectCommit 3;
范例2:
_hndl ppEffectCommit 3;
范例3:
[_hndl1, _hndl2] ppEffectCommit 3;

额外资讯

多人游戏:
-
也可以看看:
Post process effectsppEffectForceInNVGppEffectEnableppEffectEnabledppEffectDestroyppEffectCreateppEffectCommittedppEffectAdjust

注意事项

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

Notes

Bottom Section

Advertisement