forgetTarget: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Game version" to "|Game version=") |
m (Text replacement - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}}") |
||
Line 36: | Line 36: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Scripting Commands|FORGETTARGET]] | [[Category:Scripting Commands|FORGETTARGET]] | ||
[[Category:Command_Group: | [[Category:Command_Group: Object Manipulation|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] |
Revision as of 15:35, 15 September 2020
Description
- Description:
- Resets the info a group has about a target, forcing knowsAbout value to 0.
- 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;
- 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