|
|
(32 intermediate revisions by 10 users not shown) |
Line 1: |
Line 1: |
| {{Command|= Comments
| | #REDIRECT [[synchronizeWaypoint]] |
| ____________________________________________________________________________________________
| |
| | |
| | arma |= Game name
| |
| | |
| |1.00|= Game version
| |
| ____________________________________________________________________________________________
| |
| | |
| | Synchronizes a trigger with other waypoints. Each waypoint is given as an array [group, index]. |= Description
| |
| ____________________________________________________________________________________________
| |
| | |
| | trigger '''synchronizeWaypoint''' [waypoint1, waypoint2, ...] |= Syntax
| |
| | |
| |p1= trigger: [[Object]] |= Parameter 1
| |
| |p2= [waypoint1, waypoint2, ...]: [[Array]] of waypoints |= Parameter 2
| |
| |p3= waypoint1: [[Array]] - format [[Waypoint]] |= Parameter 3
| |
| |p4= waypoint2: [[Array]] - format [[Waypoint]] |= Parameter 4
| |
| |p5= And so on ......
| |
| | |
| | [[Nothing]] |= Return value
| |
| ____________________________________________________________________________________________
| |
|
| |
| |x1= <pre>_myTrigger synchronizeWaypoint [ [_group2, 3] ]</pre> |= Example 1
| |
| ____________________________________________________________________________________________
| |
| | |
| | |= See also
| |
| | |
| }}
| |
| | |
| <h3 style="display:none">Notes</h3>
| |
| <dl class="command_description">
| |
| <!-- Note Section BEGIN -->
| |
| | |
| <!-- Note Section END -->
| |
| </dl>
| |
| | |
| <h3 style="display:none">Bottom Section</h3>
| |
| [[Category:Scripting Commands|SYNCHRONIZEWAYPOINTTRIGGER]]
| |
| [[Category:Scripting Commands ArmA|SYNCHRONIZEWAYPOINTTRIGGER]]
| |
| [[Category:Command_Group:_Waypoints|SYNCHRONIZEWAYPOINTTRIGGER]]
| |