nearSupplies: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
Killzone Kid (talk | contribs) No edit summary |
||
Line 18: | Line 18: | ||
|x1= <sqf>_list = player nearSupplies 50;</sqf> | |x1= <sqf>_list = player nearSupplies 50;</sqf> | ||
|seealso= [[findNearestEnemy]] [[nearestBuilding]] [[nearestObject]] [[nearestObjects]] [[nearObjects]] [[nearestLocation]] [[nearEntities]] [[nearTargets]] [[nearestLocationWithDubbing]] [[nearObjectsReady]] [[nearRoads]] [[nearestMines]] | |seealso= [[findNearestEnemy]] [[nearestBuilding]] [[nearestObject]] [[nearestObjects]] [[nearObjects]] [[nearestLocation]] [[nearEntities]] [[nearTargets]] [[nearestLocationWithDubbing]] [[nearObjectsReady]] [[nearRoads]] [[nearestMines]] [[getCorpse]] | ||
}} | }} |
Revision as of 18:42, 2 September 2022
Description
- Description:
- Find supplies (weapon holders, ammo crates, fuel feeds, other units) in the sphere with given radius.
- Groups:
- Object Detection
Syntax
- Syntax:
- origin nearSupplies radius
- Parameters:
- origin: Object or Array in format PositionAGL or Position2D
- radius: Number
- Return Value:
- Array - array of Objects
Examples
- Example 1:
Additional Information
- See also:
- findNearestEnemy nearestBuilding nearestObject nearestObjects nearObjects nearestLocation nearEntities nearTargets nearestLocationWithDubbing nearObjectsReady nearRoads nearestMines getCorpse
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