enableAIFeature: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>") |
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>") |
||
Line 39: | Line 39: | ||
|r2= [[Nothing]] | |r2= [[Nothing]] | ||
|x1= <code>"AwareFormationSoft" enableAIFeature | |x1= <code>"AwareFormationSoft" enableAIFeature true;</code> | ||
|x2= <code>bob enableAIFeature ["AUTOTARGET", | |x2= <code>bob enableAIFeature ["AUTOTARGET", false];</code> | ||
|seealso= [[checkAIFeature]] [[enableAI]] [[disableAI]] [[disableRemoteSensors]] [[vehicleMoveInfo]] | |seealso= [[checkAIFeature]] [[enableAI]] [[disableAI]] [[disableRemoteSensors]] [[vehicleMoveInfo]] | ||
}} | }} |
Revision as of 11:03, 12 May 2022
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:
"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