useAISteeringComponent: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma3 |Game name=
| arma3


|1.60|Game version=
|1.60


|eff= global|Multiplayer Effects=
|eff= global


|gr1= System |GROUP1=
|gr1= System


| 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.


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


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


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


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


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



Revision as of 12:42, 18 January 2021

Hover & click on the images for description

Description

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

Syntax

Syntax:
useAISteeringComponent state
Parameters:
state: Boolean
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