synchronizeWaypoint: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|SYNCHRONIZEWAYPOINT]]
[[Category:Scripting Commands ArmA|SYNCHRONIZEWAYPOINT]]


<new command not populated>


<h2 style="color:#000066">'''''waypoint'' synchronizeWaypoint ''[waypoint1, waypoint2, ...]'''''</h2>


<h2 style="color:#000066">''''' synchronizeWaypoint '''''</h2>


'''Operand types:'''
'''waypoint:''' [[Array]]


'''Operand types:'''
'''[waypoint1, waypoint2, ...]:''' [[Array]]


'''Type of returned value:'''
'''Type of returned value:'''
[[Nothing]]


'''Compatibility:'''
'''Compatibility:'''
Version 1.86 required.


'''Description:'''
'''Description:'''
Synchronizes the waypoint with other waypoints.
Each waypoint is given as an array [group, index].




'''Example:'''
'''Example:'''
[group1, 2] '''synchronizeWaypoint''' [[group2, 3]]

Revision as of 16:24, 5 July 2006


waypoint synchronizeWaypoint [waypoint1, waypoint2, ...]


Operand types:

waypoint: Array

[waypoint1, waypoint2, ...]: Array

Type of returned value:

Nothing

Compatibility:

Version 1.86 required.

Description:

Synchronizes the waypoint with other waypoints.

Each waypoint is given as an array [group, index].


Example:

[group1, 2] synchronizeWaypoint group2, 3