nearestObjects: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 28: Line 28:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
Igor Drukov (15/12/2006)
One useful category is also "house":  
One useful category is also "house":  
<code>'''nearestObjects''' <nowiki>[</nowiki>[[player]], ["house"], 200]</code>
<code>'''nearestObjects''' <nowiki>[</nowiki>[[player]], ["house"], 200]</code>

Revision as of 22:48, 15 December 2006

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

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

Syntax:
nearestObjects pos
Parameters:
pos: Array
Return Value:
Array

Examples

Example 1:
nearestObjects [player, ["Car","Tank"], 200]
Example 2:
nearestObjects [player, ["house"], 200]

Additional Information

See also:
nearestObjectnearestObject typenearObjectsnearestObject id

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) One useful category is also "house": nearestObjects [player, ["house"], 200]

Bottom Section