roadsConnectedTo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*) ([^ ]*)<\/code>" to "<code>$1$2$3 $4</code>") |
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
||
Line 34: | Line 34: | ||
|r2= [[Array]] of [[Object]]s - Connected road segments | |r2= [[Array]] of [[Object]]s - Connected road segments | ||
|x1= < | |x1= <sqf>_road = (player nearRoads 50) select 0; | ||
_connectedRoads = roadsConnectedTo _road;</ | _connectedRoads = roadsConnectedTo _road;</sqf> | ||
|x2= < | |x2= <sqf>_road = (player nearRoads 50) select 0; | ||
_connectedRoadsIncPedestrian = roadsConnectedTo [_road, true];</ | _connectedRoadsIncPedestrian = roadsConnectedTo [_road, true];</sqf> | ||
|seealso= [[nearRoads]] [[isOnRoad]] [[roadAt]] [[surfaceIsWater]] [[getRoadInfo]] [[nearestTerrainObjects]] | |seealso= [[nearRoads]] [[isOnRoad]] [[roadAt]] [[surfaceIsWater]] [[getRoadInfo]] [[nearestTerrainObjects]] | ||
}} | }} |
Revision as of 10:24, 13 May 2022
Description
- Description:
- Find the road segments connected to the given road segment.
- Groups:
- Roads and Airports
Syntax
- Syntax:
- roadsConnectedTo roadSegment
- Parameters:
- roadSegment: Object - Road segment
- Return Value:
- Array of Objects - Connected road segments
Alternative Syntax
- Syntax:
- roadsConnectedTo [roadSegment, extended]
- Parameters:
- roadSegment: Object - Road segment
- extended: Boolean - (Optional, default false) When true, performs a more thorough search on top of base behaviour, slower but returns pedestrian and other missing road segments
- Return Value:
- Array of Objects - Connected road segments
Examples
- Example 1:
- Example 2:
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