forgetTarget: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<dl class="command_description"> " to "")
m (Some wiki formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 1.70
|1.70


|gr1= Unit Control
|gr1= Unit Control
Line 9: Line 8:
|gr2= Groups
|gr2= Groups


| Resets the info a group has about a target, forcing [[knowsAbout]] value to 0.
|descr= Resets the info a group has about a target, forcing [[knowsAbout]] value to 0.


| group '''forgetTarget''' target
|s1= group [[forgetTarget]] target


|p1= group: [[Group]] or [[Object]] - group itself or unit in a group
|p1= group: [[Group]] or [[Object]] - group itself or unit in a group
Line 19: Line 18:
|r1= [[Nothing]]
|r1= [[Nothing]]


|x1= <code>soldier1 [[forgetTarget]] soldier2;</code>


|x1= <code>soldier1 [[forgetTarget]] soldier2;</code>
|x2= Give enemyBob some amnesia:<code>[[onEachFrame]] { enemyBob [[forgetTarget]] [[player]] };</code>
|x2= Give enemyBob some amnesia:<code>[[onEachFrame]] { enemyBob [[forgetTarget]] [[player]] };</code>


|seealso= [[knowsAbout]], [[targetsQuery]], [[targetsAggregate]], [[nearTargets]], [[reveal]], [[getHideFrom]], [[targetKnowledge]]
|seealso= [[knowsAbout]], [[targetsQuery]], [[targetsAggregate]], [[nearTargets]], [[reveal]], [[getHideFrom]], [[targetKnowledge]]
}}
}}
{{GameCategory|arma3|Scripting Commands}}

Revision as of 23:37, 10 June 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