synchronizeWaypoint: Difference between revisions
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]] | ||
<h2 style="color:#000066">'''''waypoint'' synchronizeWaypoint ''[waypoint1, waypoint2, ...]'''''</h2> | |||
'''Operand types:''' | |||
'''waypoint:''' [[Array]] | |||
''' | '''[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 15:24, 5 July 2006
waypoint synchronizeWaypoint [waypoint1, waypoint2, ...]
Operand types:
waypoint: Array
[waypoint1, waypoint2, ...]: Array
Type of returned value:
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