BIS fnc nearestRoad: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (released sooner than 1.00, added 0.76. Source http://dev.arma3.com/post/spotrep-00009)
Line 5: Line 5:
| arma3 |= Game name
| arma3 |= Game name


|1.00|= Game version
|0.76|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 02:59, 2 October 2014


Hover & click on the images for description

Description

Description:
/*

	Description:
	Find the nearest road segment to certain position, within given radius

	Parameter(s):
	_this select 0:	ARRAY	- The center position
	_this select 1:	NUMBER	- The distance from center position
	_this select 2:	ARRAY	- List of blacklisted road objects
	
	Returns:
	OBJECT	- Nearest road object on success
	NULL	- If no road object is found within given radius
*/
//Parameters
(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:

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