setWind: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]2(\|.*)?\]\]" to "{{GameCategory|arma2|Scripting Commands}}") |
||
Line 47: | Line 47: | ||
<h3 style='display:none'>Bottom Section</h3> | <h3 style='display:none'>Bottom Section</h3> | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
{{GameCategory|arma2|Scripting Commands}} | |||
{{GameCategory|arma3|Scripting Commands}} | {{GameCategory|arma3|Scripting Commands}} | ||
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Command_Group:_Environment|{{uc:{{PAGENAME}}}}]] | [[Category:Command_Group:_Environment|{{uc:{{PAGENAME}}}}]] |
Revision as of 22:17, 9 January 2021
Description
- Description:
- Set current (forced == false) or permanent (forced == true) wind vector.
NOTE: The effect is global only if command is executed on the server. Wind set locally will sync back to server value in a while. - Multiplayer:
- Execute on server
- Groups:
- Environment
Syntax
- Syntax:
- setWind [x, y, forced]
- Parameters:
- [x, y, forced]: Array
- x: Number Easterly component (in m/s, positive = to the east)
- y: Number Northerly component (in m/s, positive = to the north)
- forced: Boolean true: wind constantly blows in set direction, false: wind can change direction (default)
- Return Value:
- Nothing
Examples
- Example 1:
setWind [10, 10, true];
Additional Information
- See also:
- windsetWindDirgustssetGusts
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