nearRoads: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(populated)
m (fixed format)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| position or object '''nearRoads''' radius |= Syntax
| pos '''nearRoads''' radius |= Syntax


|p1= position or object:  -  |= PARAMETER1  
|p1= pos: [[Array]] or [[Object]] - Position or object |= PARAMETER1  


|p2= Object or Array,radius: -  |= PARAMETER2  
|p2= radius: [[Number]] -  |= PARAMETER2  


|p3= |= PARAMETER3  
|p3= |= PARAMETER3  

Revision as of 21:39, 4 June 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:
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

Notes

Bottom Section