nearEntities: Difference between revisions
(populated with empty template) |
(populated) |
||
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 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| ''' | | position '''nearEntities''' radius or [typeName,radius] or [[typeName1,typeName2,...],radius] |= Syntax | ||
|p1= |= PARAMETER1 | |p1= position: [[Object or Array]] - |= PARAMETER1 | ||
|p2= |= PARAMETER2 | |p2= [typeName,radius] or [[typeName1,typeName2,...],radius]: Array - |= PARAMETER2 | ||
|p3= |= PARAMETER3 | |p3= |= PARAMETER3 | ||
| |= RETURNVALUE | | [[Array]] |= RETURNVALUE | ||
Revision as of 04:39, 4 June 2009
{{Command|= Comments ____________________________________________________________________________________________
| arma2 |= Game name
|1.00|= Game version ____________________________________________________________________________________________
| 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 ____________________________________________________________________________________________
| position nearEntities radius or [typeName,radius] or [[typeName1,typeName2,...],radius] |= Syntax
|p1= position: Object or Array - |= PARAMETER1
|p2= [typeName,radius] or [[typeName1,typeName2,...],radius]: Array - |= PARAMETER2
|p3= |= PARAMETER3
| Array |= RETURNVALUE
|x1= (example)
|= EXAMPLE1
____________________________________________________________________________________________
| |= SEEALSO
| |= MPBEHAVIOUR ____________________________________________________________________________________________ }}