systemOfUnits

Operand types

None

Type of returned value

Description

Returns the currently selected system of units (of measurement).

Possible values

  • 0: Metric

  • 1: Mixed (ground vehicles use Metric / air vehicles use Imperial)

  • 2: Imperial

Used In

Arma3

Example

if (systemOfUnits == 2) then {
hint "Those imperial bastards..";
};
Search OFPEC COMREF