useAISteeringComponent: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command|= " to "{{Command|Comments= ")
m (Fix seeAlso)
Line 9: Line 9:
____________________________________________________________________________________________
____________________________________________________________________________________________


|
| Enable the new [https://forums.bistudio.com/topic/191515-ai-driving-feedback-topic/ AI driving], used to test the old and new AI driving. |DESCRIPTION=
Enable the new [https://forums.bistudio.com/topic/191515-ai-driving-feedback-topic/ AI driving], used to test the old and new AI driving.
|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[useAISteeringComponent ]] state |SYNTAX=
| [[useAISteeringComponent]] state |SYNTAX=


|p1= state: [[Bool]]|PARAMETER1=
|p1= state: [[Bool]]|PARAMETER1=


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________


 
|x1= <code>[[useAISteeringComponent]] [[true]];</code>  |EXAMPLE1=
____________________________________________________________________________________________
|x1= <code> [[useAISteeringComponent]] [[true]] </code>  |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


|[[sendSimpleCommand]]. [[enableAI]], [[disableAI]], [[enableAIFeature]], [[vehicleMoveInfo]] |SEEALSO=
|[[sendSimpleCommand]], [[enableAI]], [[disableAI]], [[enableAIFeature]], [[vehicleMoveInfo]] |SEEALSO=
 
}}
}}


Line 36: Line 32:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
<!-- Appropriate categories go here -->
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 16:35, 7 August 2020

Hover & click on the images for description

Description

Description:
Enable the new AI driving, used to test the old and new AI driving.
Groups:
Uncategorised

Syntax

Syntax:
useAISteeringComponent state
Parameters:
state: Bool
Return Value:
Nothing

Examples

Example 1:
useAISteeringComponent true;

Additional Information

See also:
sendSimpleCommandenableAIdisableAIenableAIFeaturevehicleMoveInfo

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

Bottom Section