enableAIFeature: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Corrected name of parameter in alternative variant)
m (Text replacement - "<tt>([a-zA-Z0-9\. _"']+)<\/tt>" to "{{hl|$1}}")
Line 22: Line 22:


|p1= feature: [[String]] - Can be:
|p1= feature: [[String]] - Can be:
* <tt>"AwareFormationSoft"</tt>
* {{hl|"AwareFormationSoft"}}
* <tt>"CombatFormationSoft"</tt>
* {{hl|"CombatFormationSoft"}}


|p2= enable: [[Boolean]] - [[true]] to enable, [[false]] to disable
|p2= enable: [[Boolean]] - [[true]] to enable, [[false]] to disable

Revision as of 00:44, 16 November 2021

Hover & click on the images for description

Description

Description:
Enables/disables given AI feature.
Groups:
SystemUnit Control

Syntax

Syntax:
feature enableAIFeature enable
Parameters:
feature: String - Can be:
  • "AwareFormationSoft"
  • "CombatFormationSoft"
enable: Boolean - true to enable, false to disable
Return Value:
Nothing

Alternative Syntax

Syntax:
unit enableAIFeature [feature, enable]
Parameters:
unit: Object - Unit to test AI feature for
feature: String - See disableAI / enableAI for possible values
enable: Boolean - true to enable, false to disable
Return Value:
Nothing

Examples

Example 1:
"AwareFormationSoft" enableAIFeature true;
Example 2:
bob enableAIFeature ["AUTOTARGET", false];

Additional Information

See also:
checkAIFeatureenableAIdisableAIdisableRemoteSensorsvehicleMoveInfo

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