synchronizeWaypoint trigger: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Comments" to "|Comments=")
(Redirect to synchronizeWaypoint)
Tag: New redirect
 
(22 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 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}}}}]]

Latest revision as of 01:09, 31 January 2021