synchronizeTrigger
Jump to navigation
Jump to search
Description
- Description:
- Synchronizes the trigger with zero or more waypoints.
- Groups:
- TriggersWaypoints
Syntax
- Syntax:
- trigger synchronizeTrigger waypoints
- Parameters:
- trigger: Object - trigger to synchronize
- waypoints: Array of Waypoints - waypoints to synchronize with trigger. Array can be empty to unset
- 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:
- createTrigger synchronizeWaypoint
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