forgetTarget: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}")
Line 39: Line 39:
<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|FORGETTARGET]]
[[Category:Scripting Commands|FORGETTARGET]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma3|Scripting Commands}}

Revision as of 00:25, 8 January 2021

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:
knowsAbouttargetsQuerytargetsAggregatenearTargetsrevealgetHideFromtargetKnowledge

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