windStr

Operand types

None

Type of returned value

Description

Returns the current wind strength.

Returned value between 0-1.
The returned value is the wind strength value in 'advanced intel' divided by 100, as in 'advanced intel' wind strength 75 returns 0.75

Used In

Arma3

Example

if (windStr > 0.8) then {
hint "It's a storm.";
};
Search OFPEC COMREF