entities type

Operand types

type: String

Type of returned value

Description

Returns a list of all dead or alive entities of given type.

In Arma3 child classes under configfile >> "CfgVehicles" can be used as well.

Used In

Arma2OA

Example

_allcars = entities "Car";

//Arma3
_allMen = entities "CAManBase";
Search OFPEC COMREF