setDriveOnPath: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= ____________________________________________________________________________________________ |arma3 |= Game |dev|= Game Version |arg= |= Multiplayer Arguments |ef...")
 
No edit summary
Line 2: Line 2:
____________________________________________________________________________________________
____________________________________________________________________________________________
|arma3 |= Game
|arma3 |= Game
|dev|= Game Version
|168|= Game Version
|arg=  |= Multiplayer Arguments
|arg=  |= Multiplayer Arguments
|eff=  |= Multiplayer Effects
|eff=  |= Multiplayer Effects

Revision as of 15:28, 16 March 2017

Hover & click on the images for description

Description

Description:
Sets the path to follow for AI driver
Groups:
Uncategorised

Syntax

Syntax:
vehicleName setDriveOnPath [points]
Parameters:
vehicleName: Object
points: Array - List of points [x,y,z]
Return Value:
Nothing

Examples

Example 1:
myVehicle setDriveOnPath [[1000,10,1000],[1100,10,1000]]

Additional Information

See also:
-

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