synchronizeWaypoint (VBS1)
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Virtual Battlespace 1
- Version:
- 2.12.14
Description
- Description:
- Synchronizes the waypoint with other waypoints. Each waypoint is given as an array [group, index].
Syntax
- Syntax:
- waypoint synchronizeWaypoint [waypoint1, waypoint2, ...]
- Parameters:
- waypoint: Array
- [waypoint1, waypoint2, ...]: Array
- Return Value:
- Nothing
Examples
- Example 1:
[group1, 2] synchronizeWaypoint [ [group2, 3] ]
Additional Information
- Multiplayer:
- Behaviour unknown.

