forgetTarget

From Bohemia Interactive Community
Revision as of 14:21, 1 December 2022 by Lou Montana (talk | contribs) (Add arg/eff thx to sharp.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Resets the info a group has about a target, forcing knowsAbout value to 0.
Groups:
Unit ControlGroups

Syntax

Syntax:
group forgetTarget target
Parameters:
group: Group or Object - group itself or unit in a group
target: Object - group target
Return Value:
Nothing

Examples

Example 1:
soldier1 forgetTarget soldier2;
Example 2:
Give enemyBob some amnesia:
onEachFrame { enemyBob forgetTarget player };

Additional Information

See also:
knowsAbout targetsQuery targetsAggregate nearTargets reveal getHideFrom 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