nearEntities: Difference between revisions
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) | | 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> | |x1= <code>_list <nowiki>=</nowiki> position player nearEntities 50</code>|= EXAMPLE1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 00:07, 9 June 2009
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