setCompassOscillation [angle, frequencyMin, frequencyMax]

Operand types

[angle, frequencyMin, frequencyMax]: Array

Type of returned value

Description

Sets compass oscillation.

angle: Number
frequencyMin: Number
frequencyMax: Number

NOTE:
Makes the compass spin around like something magnetic is disturbing it.
Angle is the azimuth for the spinning, frequencies come up to an interval (in seconds) how of then the compass oscillates within the given azimuth range.
Where each oscillation stops, and in which direction oscillation goes within the given azimuth, is random.

Used In

Arma3

Example

setCompassOscillation [360,0.1,1];
pilot2 sideChat "Hey! My compass went completely out of whack here!!";
Search OFPEC COMREF