enableAIFeature: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
m (Corrected name of parameter in alternative variant) |
||
Line 37: | Line 37: | ||
|p22= feature: [[String]] - See [[disableAI]] / [[enableAI]] for possible values | |p22= feature: [[String]] - See [[disableAI]] / [[enableAI]] for possible values | ||
|p23= | |p23= enable: [[Boolean]] - [[true]] to enable, [[false]] to disable | ||
|r2= [[Nothing]] | |r2= [[Nothing]] |
Revision as of 12:47, 22 October 2021
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
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