|
|
(24 intermediate revisions by 3 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
| |
| | |
| | [[Nothing]] |= Return value
| |
| ____________________________________________________________________________________________
| |
|
| |
| |x1= <code>_myTrigger [[synchronizeWaypoint]] [ [_group2, 3] ];</code> |= Example 1
| |
| ____________________________________________________________________________________________
| |
| | |
| | [[createTrigger]], [[synchronizeTrigger]] |= 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]]
| |
| [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
| |
| [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
| |
| [[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
| |