synchronizedWaypoints: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - " +" to " ")
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 10: Line 10:
|descr= Returns the list of waypoints synchronized with a given trigger or waypoint.
|descr= Returns the list of waypoints synchronized with a given trigger or waypoint.


|s1= '''synchronizedWaypoints''' obj
|s1= [[synchronizedWaypoints]] obj


|p1= obj: [[Object]] or [[Waypoint]]
|p1= obj: [[Object]] or [[Waypoint]]


|r1= [[Array]]
|r1= [[Array]] of [[Waypoint]]s


|x1= <code>[[synchronizedWaypoints]] _someTrigger;</code>
|x1= <sqf>synchronizedWaypoints _someTrigger;</sqf>


|seealso= [[synchronizeWaypoint]]  
|seealso= [[synchronizeWaypoint]]  
}}
}}
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}

Latest revision as of 12:21, 1 January 2026

Hover & click on the images for description

Description

Description:
Returns the list of waypoints synchronized with a given trigger or waypoint.
Groups:
WaypointsTriggers

Syntax

Syntax:
synchronizedWaypoints obj
Parameters:
obj: Object or Waypoint
Return Value:
Array of Waypoints

Examples

Example 1:
synchronizedWaypoints _someTrigger;

Additional Information

See also:
synchronizeWaypoint

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note