ignoreTarget: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{RV|type=command |game1= arma3 |version1= 2.18 |branch= dev |arg= global |gr1= Object Detection |descr= Sets a target to be ignored by this Group. It will not appear in...") |
m (Typo) |
||
Line 10: | Line 10: | ||
|gr1= Object Detection | |gr1= Object Detection | ||
|descr= 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 ignored, [[reveal]] has no effect. | |descr= 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. | ||
|s1= group [[ignoreTarget]] target | |s1= group [[ignoreTarget]] target |
Revision as of 16:16, 12 February 2024
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 revealed
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- group ignoreTarget [target, isIgnored]
- Parameters:
- group : Object or Group - which receives revealing information
- target: Object - which would be revealed
- isIgnored: Boolean - whether the target should be ignored
- Return Value:
- Nothing
Examples
- Example 1:
Additional Information
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