synchronizeWaypoint: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "[[Category:Scripting_Commands_Take_On_Helicopters" to "[[Category:Scripting Commands Take On Helicopters")
m (Text replacement - "\<dt class\=\"note\"\>\'\'\'\[\[(.*)\]\]\'\'\'" to "<dt class="note">$1")
Line 31: Line 31:
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on March 31, 2008 - 23:41
<dd class="notedate">Posted on March 31, 2008 - 23:41
<dt class="note">'''[[User:Master85|Master85]]'''<dd class="note"><br>
<dt class="note">[[User:Master85|Master85]]<dd class="note"><br>
To 'unsynchronize' a waypoint use: [[Waypoint]] '''synchronizeWaypoint''' []<br>
To 'unsynchronize' a waypoint use: [[Waypoint]] '''synchronizeWaypoint''' []<br>



Revision as of 17:00, 17 May 2020

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Synchronizes the waypoint with other waypoints. Each waypoint is given as an array [group, index].
Groups:
Uncategorised

Syntax

Syntax:
waypoint synchronizeWaypoint [waypoint1, waypoint2, ...]
Parameters:
waypoint: Array - format Waypoint
[waypoint1, waypoint2, ...]: Array of waypoints
waypoint1: Array - format Waypoint
waypoint2: Array - format Waypoint
Return Value:
Nothing

Examples

Example 1:
[_group1, 2] synchronizeWaypoint [ [_group2, 3] ];

Additional Information

See also:
See also needed

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

Notes

Posted on March 31, 2008 - 23:41
Master85

To 'unsynchronize' a waypoint use: Waypoint synchronizeWaypoint []

Bottom Section