武装突袭 Wiki
Advertisement
  

点击图片可看到更多讯息

开始使用于

游戏:
Arma 2: Operation Arrowhead
版本:
1.51

描述

描述:
Returns how good the weapon of the vehicle is aimed at the target.

基本句法

句法:
vehicle aimedAtTarget [target, weapon]
参数:
vehicle: Object
[target, weapon]: Array
target: Object
weapon: String - (optional)
返回值:
Number - 0...1

范例

范例1:
_aimingQuality = heli aimedAtTarget [target];
范例2:
_aimingQuality = heli aimedAtTarget [target,"M197"];

额外资讯

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

注意事项

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

Notes

Posted on November 19, 2013
Killzone_Kid
The command doesn't work with soldier weapons, only vehicle weapons (in Arma 3 at least). The return value is either 1 or 0, very rarely the value falls in between. 1 doesn't mean you are going to hit the target, while 0 means you're definitely off.

Bottom Section

Advertisement