synchronizeTrigger: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ")
m (Text replacement - "\|s([0-9])\= ([^' ]+)'''([^' ]+)'''([^ ]*) " to "|s$1= $2$3$4 ")
Line 19: Line 19:
|descr= [[ArmA:_Mission_Editor#Synchronize_Mode_.28F5.29|Synchronizes]] the trigger with zero or more waypoints.
|descr= [[ArmA:_Mission_Editor#Synchronize_Mode_.28F5.29|Synchronizes]] the trigger with zero or more waypoints.


|s1= trigger '''synchronizeTrigger''' [waypoint1, waypoint2, ...]
|s1= trigger [[synchronizeTrigger]] [waypoint1, waypoint2, ...]


|p1= trigger: [[Object]] - trigger to synchronize
|p1= trigger: [[Object]] - trigger to synchronize

Revision as of 19:09, 20 June 2021

Hover & click on the images for description

Description

Description:
Synchronizes the trigger with zero or more waypoints.
Groups:
TriggersWaypoints

Syntax

Syntax:
trigger synchronizeTrigger [waypoint1, waypoint2, ...]
Parameters:
trigger: Object - trigger to synchronize
[waypoint1, waypoint2, ...]: Array of waypoints to synchronize with trigger. Array can be empty to unset.
waypoint1: Waypoint - first waypoint
waypoint2: Waypoint - second waypoint
Return Value:
Nothing

Examples

Example 1:
_trigger synchronizeTrigger []
Example 2:
_trigger synchronizeTrigger [_waypoint1]
Example 3:
_trigger synchronizeTrigger [_waypoint1, [_group5, 7], _waypoint3]

Additional Information

See also:
createTriggersynchronizeWaypoint

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note