forgetTarget: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3dev |= Game name |1.69|= Game version _____________...")
 
(Add arg/eff thx to sharp.)
 
(34 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3dev |= Game name
|game1= arma3
|version1= 1.70


|1.69|= Game version
|arg= local
|eff= global


____________________________________________________________________________________________
|gr1= Unit Control


| Resets info group has about target|= Description
|gr2= Groups
____________________________________________________________________________________________


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


|p1= group: [[Group]] - group or [[Object]] - unit in a group |= Parameter 1
|s1= group [[forgetTarget]] target


|p2= target: [[Object]] - group target |= Parameter 2
|p1= group: [[Group]] or [[Object]] - group itself or unit in a group


| [[Nothing]] |= Return value
|p2= target: [[Object]] - group target


|mp= |=
|r1= [[Nothing]]
____________________________________________________________________________________________
 
|x1= <code>soldier1 [[forgetTarget]] soldier2;</code> |= Example 1
____________________________________________________________________________________________


| [[knowsAbout]], [[targetsQuery]], [[targetsAggregate]], [[nearTargets]], [[reveal]], [[getHideFrom]] |= See also
|x1= <sqf>soldier1 forgetTarget soldier2;</sqf>


|x2= Give enemyBob some amnesia:
<sqf>onEachFrame { enemyBob forgetTarget player };</sqf>
|seealso= [[knowsAbout]] [[targetsQuery]] [[targetsAggregate]] [[nearTargets]] [[reveal]] [[getHideFrom]] [[targetKnowledge]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|FORGETTARGET]]
[[Category:Command_Group:_Object_Information|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]

Latest revision as of 14:21, 1 December 2022

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