武装突袭 Wiki
Advertisement
  

点击图片可看到更多讯息

开始使用于

游戏:
Arma 2
版本:
1.00

描述

描述:
Destroy Post process effects given by handle or array of handles.

基本句法

句法:
ppEffectDestroy effect
参数:
effect: Number - effect handle
返回值:
Nothing

替代句法

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

范例

范例1:
ppEffectDestroy _hndl;
范例2:
ppEffectDestroy [_hndl0, _hndl1, _hndl2];

额外资讯

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

注意事项

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

Notes

Bottom Section

Advertisement