enableAIFeature

From Bohemia Interactive Community
Revision as of 23:37, 10 August 2021 by Lou Montana (talk | contribs) (Text replacement - "\| *s([0-9]) *=([^ ]+) *\{\{Since\|(.+)\|([0-9]\.[0-9][02468])[^ ]+\}\} " to "|s$1= $2 |s$1since= $3 $4 ")
Jump to navigation Jump to search
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
enabled: 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