synchronizeTrigger: Difference between revisions
Jump to navigation
Jump to search
(add. classification) |
Dr Eyeball (talk | contribs) (fill body) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[ArmA:_Mission_Editor#Synchronize_Mode_.28F5.29|Synchronizes]] the trigger with zero or more waypoints. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| ''' | | trigger '''synchronizeTrigger''' [waypoint1, ...] |= Syntax | ||
|p1= |= | |p1= trigger: [[Object]] - trigger to synchronize |= Parameter 1 | ||
|p2= [waypoint1, waypoint2, ...]: [[Array]] of waypoints to synchronize with trigger. Array can be empty to unset. |= Parameter 2 | |||
|p3= waypoint1: [[Waypoint]] - first waypoint |= Parameter 3 | |||
| | | [[Nothing]] |= Return value | ||
| | |x1= <code>_trigger synchronizeTrigger []</code> |= Example 1 | ||
|x2= <code>_trigger synchronizeTrigger [_waypoint1]</code> |= Example 2 | |||
| |= | |x3= <code>_trigger synchronizeTrigger [_waypoint1, [_group5, 7], _waypoint3]</code> |= Example 3 | ||
| | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[createTrigger]], [[synchronizeWaypoint]] |= SEEALSO | ||
| |= MPBEHAVIOUR | | |= MPBEHAVIOUR | ||
Line 39: | Line 38: | ||
<h3 style='display:none'>Bottom Section</h3> | <h3 style='display:none'>Bottom Section</h3> | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | |||
[[Category:Command_Group:_Activators|{{uc:{{PAGENAME}}}}]] | |||
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]] | [[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]] | ||
Revision as of 02:31, 19 September 2009
Description
- Description:
- Synchronizes the trigger with zero or more waypoints.
- Groups:
- Uncategorised
Syntax
- Syntax:
- trigger synchronizeTrigger [waypoint1, ...]
- 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
- 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