ignoreTarget

From Bohemia Interactive Community
Revision as of 17:08, 8 October 2024 by Lou Montana (talk | contribs) (Text replacement - "↵|version1= 2.18↵↵|branch= dev↵" to " |version1= 2.18 ")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Sets a target to be ignored by this Group. It will not appear in nearTargets and the group will not notice its presence. targetKnowledge can be used to check if a target is currently ignored. While a unit is ignored, reveal has no effect.
Groups:
Object Detection

Syntax

Syntax:
group ignoreTarget target
Parameters:
group : Object or Group - which receives revealing information
target: Object - which would be ignored
Return Value:
Nothing

Alternative Syntax

Syntax:
group ignoreTarget [target, isIgnored]
Parameters:
group : Object or Group - which receives revealing information
target: Object - which would be ignored
isIgnored: Boolean - whether the target should be ignored
Return Value:
Nothing

Examples

Example 1:
aiGroup ignoreTarget player

Additional Information

See also:
knowsAbout targetsQuery targetsAggregate nearTargets reveal targetKnowledge

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