enableAIFeature: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *C([a-eg-z])" to "$1 - c$2") |
||
Line 19: | Line 19: | ||
|s1= feature [[enableAIFeature]] enable | |s1= feature [[enableAIFeature]] enable | ||
|p1= feature: [[String]] - | |p1= feature: [[String]] - can be: | ||
* {{hl|"AwareFormationSoft"}} | * {{hl|"AwareFormationSoft"}} | ||
* {{hl|"CombatFormationSoft"}} | * {{hl|"CombatFormationSoft"}} |
Revision as of 14:00, 8 November 2023
Description
- Description:
- Enables/disables given AI feature.
- Groups:
- AI Behaviour
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:
- Example 2:
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