roadsConnectedTo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Command " to "{{RV|type=command ") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *PARAMETER[0-9]{1,3} *= * " to " ") |
||
Line 18: | Line 18: | ||
|s2 = [[roadsConnectedTo]] [roadSegment, extended] {{Since|arma3|1.99.146461|y}} | |s2 = [[roadsConnectedTo]] [roadSegment, extended] {{Since|arma3|1.99.146461|y}} | ||
|p21= roadSegment: [[Object]] - road segment | |p21= roadSegment: [[Object]] - road segment | ||
|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 - connected road segments | |r2= [[Array]] of [[Object]]s - connected road segments |
Revision as of 18:14, 29 January 2021
Description
- Description:
- Description needed
- Groups:
- Roads and Airports
Syntax
- Syntax:
- Syntax needed
- Parameters:
- roadSegment: Object - road segment
- Return Value:
- Return value needed
Alternative Syntax
- Syntax:
- roadsConnectedTo [roadSegment, extended] Template:Since
- 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:
_road = (player nearRoads 50) select 0; _connectedRoads = roadsConnectedTo _road;
- Example 2:
_road = (player nearRoads 50) select 0; _connectedRoadsIncPedestrian = roadsConnectedTo [_road, true];
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