nearestObjects: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 29: | Line 29: | ||
First element can be either an object or an array of type [[Position]]. | First element can be either an object or an array of type [[Position]]. | ||
Second element is the classname of the object or objects to be searched for, this can be a single classname, an array of classnames or an empty array to return all the objects | Second element is the classname of the object or objects to be searched for, this can be a single classname, an array of classnames or an empty array to return all the objects within its radius. | ||
Third element is the range within which the object is searched for. |= Parameter 1 | Third element is the range within which the object is searched for. |= Parameter 1 |
Revision as of 03:19, 17 May 2007
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 the format: [[x,y,z], ["type",...], limit] or [object, ["type",...], limit]. If more than one object is found they will be ordered according to their distance (i.e. the closest one will be first in the array).
- Groups:
- Uncategorised
Syntax
- Syntax:
- nearestObjects pos
- Parameters:
- pos: Array Can be a simple array or an array of arrays. First element can be either an object or an array of type Position. Second element is the classname of the object or objects to be searched for, this can be a single classname, an array of classnames or an empty array to return all the objects within its radius. Third element is the range within which the object is searched for.
- Return Value:
- Array
Examples
- Example 1:
nearestObjects [player, ["Car","Tank"], 200]
- Example 2:
nearestObjects [player, ["house"], 200]
- Example 3:
nearestObjects [[2716,2949,0], ["Car","Truck"], 100]
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