synchronizeTrigger: Difference between revisions
Jump to navigation
Jump to search
m (template:command argument fix) |
m (template:command argument fix) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[ArmA:_Mission_Editor#Synchronize_Mode_.28F5.29|Synchronizes]] the trigger with zero or more waypoints. |= | | [[ArmA:_Mission_Editor#Synchronize_Mode_.28F5.29|Synchronizes]] the trigger with zero or more waypoints. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| trigger '''synchronizeTrigger''' [waypoint1, waypoint2, ...] |= | | trigger '''synchronizeTrigger''' [waypoint1, waypoint2, ...] |SYNTAX= | ||
|p1= trigger: [[Object]] - trigger to synchronize |= | |p1= trigger: [[Object]] - trigger to synchronize |PARAMETER1= | ||
|p2= [waypoint1, waypoint2, ...]: [[Array]] of waypoints to synchronize with trigger. Array can be empty to unset. |= | |p2= [waypoint1, waypoint2, ...]: [[Array]] of waypoints to synchronize with trigger. Array can be empty to unset. |PARAMETER2= | ||
|p3= waypoint1: [[Waypoint]] - first waypoint |= | |p3= waypoint1: [[Waypoint]] - first waypoint |PARAMETER3= | ||
|p4= waypoint2: [[Waypoint]] - second waypoint |= | |p4= waypoint2: [[Waypoint]] - second waypoint |PARAMETER4= | ||
| [[Nothing]] |= | | [[Nothing]] |RETURNVALUE= | ||
|x1= <code>_trigger synchronizeTrigger []</code> |= | |x1= <code>_trigger synchronizeTrigger []</code> |EXAMPLE1= | ||
|x2= <code>_trigger synchronizeTrigger [_waypoint1]</code> |= | |x2= <code>_trigger synchronizeTrigger [_waypoint1]</code> |EXAMPLE2= | ||
|x3= <code>_trigger synchronizeTrigger [_waypoint1, [_group5, 7], _waypoint3]</code> |= | |x3= <code>_trigger synchronizeTrigger [_waypoint1, [_group5, 7], _waypoint3]</code> |EXAMPLE3= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 14:49, 7 April 2019
Description
- Description:
- Synchronizes the trigger with zero or more waypoints.
- Groups:
- Uncategorised
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