enableAIFeature: Difference between revisions
Jump to navigation
Jump to search
m (formatting) |
Lou Montana (talk | contribs) m (Text replacement - "|game2= arma2oa |version2= 1.51 " to "|game2= arma2oa |version2= 1.50 ") |
||
Line 7: | Line 7: | ||
|game2= arma2oa | |game2= arma2oa | ||
|version2= 1. | |version2= 1.50 | ||
|game3= tkoh | |game3= tkoh |
Revision as of 17:50, 27 April 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] Template:Since
- 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
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