synchronizeWaypoint: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 30: Line 30:
'''Example:'''
'''Example:'''


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

Revision as of 16:25, 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] ]