forgetTarget: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) m (Text replacement - "<code>([a-zA-Z0-9_]+) +\[\[([a-zA-Z0-9_]+)\]\] +([a-zA-Z0-9_]+);?<\/code>" to "<sqf>$1 $2 $3;</sqf>") |
||
Line 18: | Line 18: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>soldier1 forgetTarget soldier2;</sqf> | ||
|x2= Give enemyBob some amnesia:<code>[[onEachFrame]] { enemyBob [[forgetTarget]] [[player]] };</code> | |x2= Give enemyBob some amnesia:<code>[[onEachFrame]] { enemyBob [[forgetTarget]] [[player]] };</code> |
Revision as of 13:25, 5 May 2022
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
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