nearestObjects: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (moved igor's example up into examples) |
||
Line 18: | Line 18: | ||
|x1= <code>'''nearestObjects''' <nowiki>[</nowiki>[[player]], ["Car","Tank"], 200]</code> |= Example 1 | |x1= <code>'''nearestObjects''' <nowiki>[</nowiki>[[player]], ["Car","Tank"], 200]</code> |= Example 1 | ||
|x2= <code>'''nearestObjects''' <nowiki>[</nowiki>[[player]], ["house"], 200]</code> |= Example 2 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 27: | Line 28: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 20:17, 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]
- Example 2:
nearestObjects [player, ["house"], 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