nearSupplies: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(description)
(fuel is detected too)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Find supplies (weapon holders and ammo crates) in the circle with given radius. |= Description
| Find supplies (weapon holders, ammo crates, fuel feeds) in the circle with given radius. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 19:56, 30 August 2014

Hover & click on the images for description

Description

Description:
Find supplies (weapon holders, ammo crates, fuel feeds) in the circle with given radius.
Groups:
Uncategorised

Syntax

Syntax:
origin nearSupplies radius
Parameters:
origin: Object or Position. In case of position, z is taken into consideration when search is conducted by radius
radius: Number
Return Value:
Array - array of Objects

Examples

Example 1:
_list = player nearSupplies 50;

Additional Information

See also:
findNearestEnemynearestBuildingnearestObjectnearestObjectsnearObjectsnearestLocationnearEntitiesnearTargets, nearestLocationWithDubbingnearObjectsReadynearRoads

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