setConvoySeparation: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Add setSeparationDistance)
 
m (Typo)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| vehicle '''set3DENLayer''' distance |= Syntax
| vehicle '''setConvoySeparation''' distance |= Syntax
|p1= vehicle: [[Object]] |= PARAMETER1
|p1= vehicle: [[Object]] |= PARAMETER1
|p2= distance: [[Number]] |= PARAMETER2
|p2= distance: [[Number]] |= PARAMETER2

Revision as of 00:10, 19 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 setSeparationDistance 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