synchronizeWaypoint: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Merge synchronizeWaypoint trigger into synchronizeWaypoint) |
Lou Montana (talk | contribs) m (Text replacement - " <dd class="notedate">" to " <dt><dt> <dd class="notedate">") |
||
Line 29: | Line 29: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dt><dt> | |||
<dd class="notedate">Posted on March 31, 2008 - 23:41</dd> | <dd class="notedate">Posted on March 31, 2008 - 23:41</dd> | ||
<dt class="note">[[User:Master85|Master85]]</dd> | <dt class="note">[[User:Master85|Master85]]</dd> |
Revision as of 00:28, 6 April 2021
Description
- Description:
- Synchronizes the trigger or the waypoint with an array of waypoints.
- Groups:
- WaypointsTriggers
Syntax
- Syntax:
- triggerOrWaypoint synchronizeWaypoint waypoints
- Parameters:
- triggerOrWaypoint: Object or Array. Can be:
- waypoints: Array of Waypoints
- Return Value:
- Nothing
Examples
- Example 1:
_myTrigger synchronizeWaypoint [[_group2, 3]];
- Example 2:
[_group1, 2] synchronizeWaypoint [[_group2, 3]];
Additional Information
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
- Posted on March 31, 2008 - 23:41
- Master85
- To 'unsynchronize' a waypoint use: Waypoint synchronizeWaypoint []
Categories:
- Scripting Commands
- Introduced with Armed Assault version 1.00
- ArmA: Armed Assault: New Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Command Group: Waypoints
- Command Group: Triggers
- Operation Flashpoint: Elite: Scripting Commands
- Arma 2: Scripting Commands
- Arma 3: Scripting Commands
- Take On Helicopters: Scripting Commands