nearRoads: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
(added see also)
Line 25: Line 25:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[nearRoads_(VBS2)| nearRoads (VBS2)]], [[roadsConnectedTo_(VBS2)|roadsConnectedTo (VBS2)]], [[roadsConnectedTo]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 14:46, 15 October 2009

Hover & click on the images for description

Description

Description:
Find the road segments within the circle of given radius.
Groups:
Uncategorised

Syntax

Syntax:
pos nearRoads radius
Parameters:
pos: Array or Object - Position or object
radius: Number -
Return Value:
Array

Examples

Example 1:
_list = player nearRoads 50

Additional Information

See also:
nearRoads (VBS2)roadsConnectedTo (VBS2)roadsConnectedTo

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

Bottom Section