enableAIFeature: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 ")
Line 45: Line 45:
|x2= <code>bob [[enableAIFeature]] ["AUTOTARGET", [[false]]];</code>
|x2= <code>bob [[enableAIFeature]] ["AUTOTARGET", [[false]]];</code>


|seealso= [[checkAIFeature]] [[enableAI]], [[disableAI]], [[disableRemoteSensors]], [[vehicleMoveInfo]]
|seealso= [[checkAIFeature]] [[enableAI]] [[disableAI]], [[disableRemoteSensors]], [[vehicleMoveInfo]]
}}
}}

Revision as of 16:41, 20 January 2022

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:
checkAIFeature enableAI disableAIdisableRemoteSensorsvehicleMoveInfo

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