武装突袭 Wiki
Advertisement
Introduced with Arma 3 version 1.50
  

点击图片可看到更多讯息

开始使用于

游戏:
Arma 3
版本:
1.50

描述

描述:
Returns unit's knowledge about target. The returned array includes information whether the target is
  1. known by group
  2. known by the unit
  3. last time the target was seen by the unit
  4. last time the target endangered the unit
  5. target side
  6. position error
  7. target position

基本句法

句法:
unit targetKnowledge target
参数:
unit: Object
target: Object
返回值:
Array (7 elements)

范例

范例1:
_allInfo = _soldierOne targetKnowledge _jeepOne;
范例2:
_posError = (_soldierOne targetKnowledge _jeepOne) select 5;

额外资讯

多人游戏:
...
也可以看看:
knowsAbouttargetsQuerytargetsAggregatenearTargetsrevealgetHideFrom

注意事项

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

Notes

Bottom Section

Advertisement