Difference between revisions of "nearEntities"

From Bohemia Interactive Community
Jump to navigation Jump to search
(populated)
(formatting, example fixed)
Line 7: Line 7:
 
____________________________________________________________________________________________
 
____________________________________________________________________________________________
  
| Find entities in the circle with given radius. If typeName(s) is (are),given,only entities of given type (or its subtype) are listed. Example:_list = position player nearObjects 50 |= Description
+
| Find entities in the circle with given radius. If typeName(s) is (are) given, only entities of given type (or its subtype) are listed. |= Description
 
____________________________________________________________________________________________
 
____________________________________________________________________________________________
  
| position '''nearEntities''' radius or [typeName,radius] or [[typeName1,typeName2,...],radius] |= Syntax
+
| position '''nearEntities''' radius or [typeName,radius] or <nowiki>[[typeName1,typeName2,...],radius]</nowiki> |= Syntax
  
|p1= position: [[Object or Array]] -  |= PARAMETER1  
+
|p1= position: [[Object]] or [[Array]] -  |= PARAMETER1  
  
|p2= [typeName,radius] or [[typeName1,typeName2,...],radius]: Array -  |= PARAMETER2  
+
|p2= [typeName,radius] or <nowiki>[[typeName1,typeName2,...],radius]</nowiki>: Array -  |= PARAMETER2  
  
 
|p3= |= PARAMETER3  
 
|p3= |= PARAMETER3  
Line 21: Line 21:
  
  
|x1= <code>(example)</code>|= EXAMPLE1  
+
|x1= <code>_list <nowiki>=</nowiki> position player nearEntities 50</code>|= EXAMPLE1  
  
 
____________________________________________________________________________________________
 
____________________________________________________________________________________________

Revision as of 01:07, 9 June 2009

Hover & click on the images for description

Description

Description:
Find entities in the circle with given radius. If typeName(s) is (are) given, only entities of given type (or its subtype) are listed.
Groups:
Uncategorised

Syntax

Syntax:
position nearEntities radius or [typeName,radius] or [[typeName1,typeName2,...],radius]
Parameters:
position: Object or Array -
[typeName,radius] or [[typeName1,typeName2,...],radius]: Array -
Return Value:
Array

Examples

Example 1:
_list = position player nearEntities 50

Additional Information

See also:
See also needed

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

Bottom Section