detectedMines side

Operand types

side: Side

Type of returned value

Description

Returns an array of all mines detected by a given side.

Used In

Arma3

Example

_knownMines = detectedMines west;

if ((count (detectedMines east))>=5) then {
hint "There's a minefield here!";
};
Search OFPEC COMREF