useAISteeringComponent: Difference between revisions
Jump to navigation
Jump to search
m (command group) |
m (2.16 -> 2.18) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
|eff= global | |eff= global | ||
|arg= local | |||
|gr1= AI Behaviour | |gr1= AI Behaviour | ||
|descr= Enable the new {{ | |descr= Enable the new {{Link|link= https://forums.bistudio.com/topic/191515-ai-driving-feedback-topic/|text= AI driving}}, used to test the old and new AI driving. | ||
{{Feature|important|[[setDriveOnPath]] does not work if the vehicle doesn't have an AI steering component or if it's disabled.}} | |||
|s1= [[useAISteeringComponent]] | |s1= [[useAISteeringComponent]] enabled | ||
|p1= | |p1= enabled: [[Boolean]] | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
| | |s2= vehicle [[useAISteeringComponent]] enabled | ||
|s2since= arma3 2.18 | |||
|seealso= [[sendSimpleCommand]] [[enableAI]] [[disableAI]] [[enableAIFeature]] [[vehicleMoveInfo]] | |p21=vehicle: [[Object]] - the vehicle to enable/disable the feature for | ||
|p22=enabled: [[Boolean]] | |||
|r2= | |||
|x1= <sqf>useAISteeringComponent true;</sqf> | |||
|x2= <sqf>myTank useAISteeringComponent false;</sqf> | |||
|seealso= [[isUsingAISteeringComponent]] [[isAISteeringComponentEnabled]] [[sendSimpleCommand]] [[enableAI]] [[disableAI]] [[enableAIFeature]] [[vehicleMoveInfo]] | |||
}} | }} |
Latest revision as of 15:10, 8 February 2024
Description
- Description:
- Enable the new AI driving, used to test the old and new AI driving.
- Groups:
- AI Behaviour
Syntax
- Syntax:
- useAISteeringComponent enabled
- Parameters:
- enabled: Boolean
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- vehicle useAISteeringComponent enabled
- Parameters:
- vehicle: Object - the vehicle to enable/disable the feature for
- enabled: Boolean
- Return Value:
- Nothing
Examples
- Example 1:
- useAISteeringComponent true;
- Example 2:
Additional Information
- See also:
- isUsingAISteeringComponent isAISteeringComponentEnabled sendSimpleCommand enableAI disableAI enableAIFeature vehicleMoveInfo
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