synchronizeWaypoint: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Armed[ _]Assault(\|.*)]]" to "{{GameCategory|arma1|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *C([a-eg-z])" to "$1 - c$2") |
||
(28 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| | |game1= ofpe | ||
|version1= 1.00 | |||
|1.00 | |game2= arma1 | ||
|version2= 1.00 | |||
| | |game3= arma2 | ||
| | |version3= 1.00 | ||
| | |game4= arma2oa | ||
|version4= 1.50 | |||
| | |game5= tkoh | ||
|version5= 1.00 | |||
| | |game6= arma3 | ||
| | |version6= 0.50 | ||
| | |gr1= Waypoints | ||
| | |gr2= Triggers | ||
|descr= Synchronizes the trigger or the waypoint with an array of waypoints. | |||
|s1= triggerOrWaypoint [[synchronizeWaypoint]] waypoints | |||
|p1= triggerOrWaypoint: [[Object]] or [[Waypoint]] - can be: | |||
* [[Object]] - [[Trigger|trigger]] | |||
* [[Waypoint]] - [[Array]] in format of [[Waypoint]] | |||
|p2= waypoints: [[Array]] of [[Waypoint]]s | |||
|r1= [[Nothing]] | |||
|x1= <sqf>_myTrigger synchronizeWaypoint [[_group2, 3]];</sqf> | |||
|x2= <sqf>[_group1, 2] synchronizeWaypoint [[_group2, 3]];</sqf> | |||
|seealso= [[synchronizedWaypoints]] [[createTrigger]] [[synchronizeTrigger]] | |||
}} | }} | ||
<dl class="command_description"> | <dl class="command_description"> | ||
< | <dt><dt> | ||
<dd class="notedate">Posted on 2008-03-31 - 23:41</dd> | |||
<dt class="note">[[User:Master85|Master85]]</dd> | |||
<dd class="note"> | |||
To 'unsynchronize' a waypoint use: [[Waypoint]] [[synchronizeWaypoint]] [] | |||
</dd> | |||
</dl> | </dl> | ||
Latest revision as of 14:00, 8 November 2023
Description
- Description:
- Synchronizes the trigger or the waypoint with an array of waypoints.
- Groups:
- WaypointsTriggers
Syntax
- Syntax:
- triggerOrWaypoint synchronizeWaypoint waypoints
- Parameters:
- triggerOrWaypoint: Object or Waypoint - 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 2008-03-31 - 23:41
- Master85
- To 'unsynchronize' a waypoint use: Waypoint synchronizeWaypoint []
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint: Elite version 1.00
- Operation Flashpoint: Elite: New Scripting Commands
- Operation Flashpoint: Elite: Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Waypoints
- Command Group: Triggers