synchronizeWaypoint trigger: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Bottom Section</h3>" to "")
(Redirect to synchronizeWaypoint)
Tag: New redirect
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
#REDIRECT [[synchronizeWaypoint]]
 
| arma1
 
|1.00
 
|gr1= Waypoints
|gr2= Triggers
 
| Synchronizes a trigger with other waypoints. Each waypoint is given as an array [group, index].
 
| trigger '''synchronizeWaypoint''' [waypoint1, waypoint2, ...]
 
|p1= trigger: [[Object]]
|p2= [waypoint1, waypoint2, ...]: [[Array]] of waypoints
|p3= waypoint1: [[Array]] - format [[Waypoint]]
|p4= waypoint2: [[Array]] - format [[Waypoint]]
 
| [[Nothing]]
 
|x1= <code>_myTrigger [[synchronizeWaypoint]] [ [_group2, 3] ];</code>
 
| [[createTrigger]], [[synchronizeTrigger]]
 
}}
 
[[Category:Scripting Commands|SYNCHRONIZEWAYPOINTTRIGGER]]
{{GameCategory|arma1|Scripting Commands}}
 
 
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Latest revision as of 01:09, 31 January 2021