targetKnowledge

From Bohemia Interactive Community
Revision as of 16:04, 24 September 2020 by R3vo (talk | contribs) (Text replacement - "\[\[Category\: ?Command[ _]Group\:.*\|\{\{uc\:\{\{PAGENAME\}\}\}\}\]\] " to "")
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
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
Groups:
Uncategorised

Syntax

Syntax:
unit targetKnowledge target
Parameters:
unit: Object
target: Object
Return Value:
Array (7 elements)

Examples

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

Additional Information

See also:
knowsAbouttargetsQuerytargetsAggregatenearTargetsrevealgetHideFrom

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section