enableAIFeature: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \|(x[0-9]|p[0-9]{1,2}|descr|game[0-9]|version[0-9]|s[0-9]|exec|r[0-9]|arg|eff|branch|serverExec|gr[0-9]|mp|pr|seealso) +=" to " |$1=") |
Lou Montana (talk | contribs) m (Text replacement - " \| *s([0-9]) *= ([^ ]+)? ?'''([a-zA-Z0-9_]+)''' ?([^ ]+)? " to " |s$1= $2 $3 $4 ") |
||
Line 19: | Line 19: | ||
|descr= Enables/disables given AI feature. | |descr= Enables/disables given AI feature. | ||
|s1= feature | |s1= feature [[enableAIFeature]] enable | ||
|p1= feature: [[String]] - Can be: | |p1= feature: [[String]] - Can be: | ||
Line 29: | Line 29: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|s2= unit | |s2= unit [[enableAIFeature]] [feature, enable] {{Since|arma3|1.96|y}} | ||
|p21= unit: [[Object]] - Unit to test AI feature for | |p21= unit: [[Object]] - Unit to test AI feature for |
Revision as of 16:43, 12 June 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