targets: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Fix return value) |
Lou Montana (talk | contribs) m (Text replacement - "er then " to "er than ") |
||
Line 21: | Line 21: | ||
|p4= sides: [[Array]] - (Optional) array of accepted sides; use [] to ignore the side filter | |p4= sides: [[Array]] - (Optional) array of accepted sides; use [] to ignore the side filter | ||
|p5= maxAge: [[Number]] - (Optional) max. target age, targets that are known to unit for longer | |p5= maxAge: [[Number]] - (Optional) max. target age, targets that are known to unit for longer than maxAge are ignored; use 0 to ignore the maxAge filter | ||
|p6= alternateCenter: [[Array]] - (Optional) alternate (2D or 3D) position used for distance check ''(distance is measured in 2D)''; if not specified unit position is being used | |p6= alternateCenter: [[Array]] - (Optional) alternate (2D or 3D) position used for distance check ''(distance is measured in 2D)''; if not specified unit position is being used |
Revision as of 10:33, 11 December 2023
Description
- Description:
- Retrieves list of given unit targets matching specified filter. If the filter is not specified, all targets are returned.
- Groups:
- Object Detection
Syntax
- Syntax:
- unitOrGroup targets [enemyOnly, maxDistance, sides, maxAge, alternateCenter]
- Parameters:
- unitOrGroup: Object or 2.12 Group - unit or group which target knowledge is retrieved
- enemyOnly: Boolean - (Optional) true to include only enemy targets, false to include all targets
- maxDistance: Number - (Optional) max. distance based on target's expected position (distance is measured in 2D); use 0 to ignore the maxDistance filter
- sides: Array - (Optional) array of accepted sides; use [] to ignore the side filter
- maxAge: Number - (Optional) max. target age, targets that are known to unit for longer than maxAge are ignored; use 0 to ignore the maxAge filter
- alternateCenter: Array - (Optional) alternate (2D or 3D) position used for distance check (distance is measured in 2D); if not specified unit position is being used
- Return Value:
- Array - unitOrGroup's targets matching the criteria
Examples
- Example 1:
- Example 2:
- Example 3:
Additional Information
- See also:
- targetsQuery nearTargets targetsAggregate targetKnowledge knowsAbout reveal forgetTarget setTargetAge getHideFrom side
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