setConvoySeparation: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(see also)
Line 15: Line 15:
| [[Nothing]] |= RETURNVALUE  
| [[Nothing]] |= RETURNVALUE  


|x1= <code>vehicle setConvoySeparation 20</code>|= EXAMPLE1  
|x1= <code>vehicle [[setConvoySeparation]] 20;</code>|= EXAMPLE1  
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[forceFollowRoad]]|= SEEALSO  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 13:33, 30 July 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:
forceFollowRoad

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