roadsConnectedTo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "(\|p[0-9]+ *= *[^(]+\(Optional(, default[^)]*)\) )W([a-z])" to "$1w$3") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *C([a-eg-z])" to "$1 - c$2") |
||
Line 22: | Line 22: | ||
|p1= roadSegment: [[Object]] - Road segment | |p1= roadSegment: [[Object]] - Road segment | ||
|r1= [[Array]] of [[Object]]s - | |r1= [[Array]] of [[Object]]s - connected road segments | ||
|s2= [[roadsConnectedTo]] [roadSegment, extended] | |s2= [[roadsConnectedTo]] [roadSegment, extended] | ||
Line 32: | Line 32: | ||
|p22= 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 | |p22= 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 | ||
|r2= [[Array]] of [[Object]]s - | |r2= [[Array]] of [[Object]]s - connected road segments | ||
|x1= <sqf>_road = (player nearRoads 50) select 0; | |x1= <sqf>_road = (player nearRoads 50) select 0; |
Revision as of 14:00, 8 November 2023
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