nearestObjects: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
This works with the class "house": | (Igor Drukov 15/12/2006) This works with the class "house": | ||
_array=NearestObjects [player,["house"],200] | _array=NearestObjects [player,["house"],200] | ||
<!-- Note Section END --> | <!-- Note Section END --> |
Revision as of 19:23, 15 December 2006
Description
- Description:
- Returns a list of nearest objects of the given types to the given position or object, within the specified distance. Pos may be using format [x,y,z, ["type",...], limit] or [object, ["type",...], limit].
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
nearestObjects [player, ["Car","Tank"], 200]
Additional Information
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
-
(Igor Drukov 15/12/2006) This works with the class "house":
_array=NearestObjects [player,["house"],200]