forgetTarget: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
m (fixed syntax notation)
Line 13: Line 13:
| group '''forgetTarget''' target |= Syntax
| group '''forgetTarget''' target |= Syntax


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


|p2= target: [[Object]] - group target |= Parameter 2
|p2= target: [[Object]] - group target |= Parameter 2

Revision as of 21:12, 19 April 2017

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 1.69|1.69]]
Hover & click on the images for description

Description

Description:
Resets info group has about target
Groups:
Uncategorised

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;

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

[[Category:Introduced with arma3dev version 1.69]][[ Category: arma3dev: New Scripting Commands | FORGETTARGET]][[ Category: arma3dev: Scripting Commands | FORGETTARGET]]

Notes

Bottom Section