synchronizeWaypoint

From Bohemia Interactive Community
Revision as of 16:25, 5 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


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] ]