setConvoySeparation: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Typo)
m (fixed incorrected command name)
Line 15: Line 15:
| [[Nothing]] |= RETURNVALUE  
| [[Nothing]] |= RETURNVALUE  


|x1= <code>vehicle setSeparationDistance 20</code>|= EXAMPLE1  
|x1= <code>vehicle setConvoySeparation 20</code>|= EXAMPLE1  
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 04:23, 20 May 2017

Hover & click on the images for description

Description

Description:
Sets the distance to keep to following vehicle.
Groups:
Uncategorised

Syntax

Syntax:
vehicle setConvoySeparation distance
Parameters:
vehicle: Object
distance: Number
Return Value:
Nothing

Examples

Example 1:
vehicle setConvoySeparation 20

Additional Information

See also:
See also needed

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