setLocalWindParams

From Bohemia Interactive Community
Revision as of 19:33, 20 January 2022 by Lou Montana (talk | contribs) (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Sets parameters for helicopter rotor wash. It affects the visual effect of a rotor's downwash, such as blown particles, vegetation wind effect and area size.
Groups:
Environment

Syntax

Syntax:
setLocalWindParams [strength, diameter]
Parameters:
strength: Number - down-force wind strength
diameter: Number - area affected
Return Value:
Nothing

Examples

Example 1:
setLocalWindParams [10, 5];
Example 2:
"Disables" the effects:setLocalWindParams [0.0001, 0.0001]; // 0 values are ignored by the command
Example 3:
Reset to default:setLocalWindParams [1, 1];

Additional Information

See also:
setWind wind setWindStr setWindDir setWindForce windDir windStr gustssetGusts

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note