position nearEntities [typeName, radius] or [[typeName1, typeName2, ...], radius]

Operand types

position: Object or Array
[typeName, radius] or [[typeName1, typeName2, ...], radius]: Array

Type of returned value

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.

Used In

Arma2

Example

_list = position player nearEntities ["Car",50]
Search OFPEC COMREF