|
|
(17 intermediate revisions by 2 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]] |PARAMETER1=
| |
| |p2= [waypoint1, waypoint2, ...]: [[Array]] of waypoints |PARAMETER2=
| |
| |p3= waypoint1: [[Array]] - format [[Waypoint]] |PARAMETER3=
| |
| |p4= waypoint2: [[Array]] - format [[Waypoint]] |PARAMETER4=
| |
| | |
| | [[Nothing]] |RETURNVALUE=
| |
| ____________________________________________________________________________________________
| |
|
| |
| |x1= <code>_myTrigger [[synchronizeWaypoint]] [ [_group2, 3] ];</code> |EXAMPLE1=
| |
| ____________________________________________________________________________________________
| |
| | |
| | [[createTrigger]], [[synchronizeTrigger]] |SEEALSO=
| |
| | |
| }}
| |
| | |
| <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 Armed Assault|SYNCHRONIZEWAYPOINTTRIGGER]]
| |
| [[Category:Command_Group:_Waypoints|SYNCHRONIZEWAYPOINTTRIGGER]]
| |
| [[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
| |
| [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
| |
| [[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
| |