setWindDir: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (categories)
m (Some wiki formatting)
(39 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 0.50


|0.50|= Game version
|gr1= Environment
____________________________________________________________________________________________


| Changes the wind direction smoothly during the given time (in seconds). A time of zero means there will be an immediate change.  |= Description
|eff= global
____________________________________________________________________________________________


| time '''setWindDir''' value |= Syntax
|serverExec= y


|p1= time: [[Number]]  |= PARAMETER1
|descr= Changes the wind direction smoothly.


|p2= value: [[Number]] - Azimut. |= PARAMETER2
|mp= Effect is global only when executed on the server. On clients wind direction will sync to server value in a while.


| [[Nothing]] |= RETURNVALUE
|s1= time [[setWindDir]] value


|p1= time: [[Number]] - Transition time in seconds. {{hl|0}} will cause the change to be immediate


|x1= <code>
|p2= value: [[Number]] - Azimuth
</code>|= EXAMPLE1


____________________________________________________________________________________________
|r1= [[Nothing]]


| [[windDir]] |= SEEALSO
|s2= [[setWindDir]] direction


| |= MPBEHAVIOUR
|p21= direction: [[Array]] - Flat wind direction and strength in format [[Position#Introduction|Position2D]]
____________________________________________________________________________________________
 
}}
|r2= [[Nothing]]
 
|x1= <sqf>60 setWindDir 180;</sqf>
 
|x2= <sqf>setWindDir [1, -15];</sqf>


<h3 style='display:none'>Notes</h3>
|seealso= [[windDir]]
<dl class='command_description'>
<!-- Note Section BEGIN -->


<!-- Note Section END -->
}}
</dl>


<h3 style='display:none'>Bottom Section</h3>
{{Note
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
|user= Waffle SS.
[[Category:Command_Group:_Environment|{{uc:{{PAGENAME}}}}]]
|timestamp= 20140412204600
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
|text= Seems to make wind [0, 0] in MP. ({{arma3}} v1.00)
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
}}

Revision as of 17:16, 26 July 2022

Hover & click on the images for description

Description

Description:
Changes the wind direction smoothly.
Multiplayer:
Effect is global only when executed on the server. On clients wind direction will sync to server value in a while.
Groups:
Environment

Syntax

Syntax:
time setWindDir value
Parameters:
time: Number - Transition time in seconds. 0 will cause the change to be immediate
value: Number - Azimuth
Return Value:
Nothing

Alternative Syntax

Syntax:
setWindDir direction
Parameters:
direction: Array - Flat wind direction and strength in format Position2D
Return Value:
Nothing

Examples

Example 1:
60 setWindDir 180;
Example 2:
setWindDir [1, -15];

Additional Information

See also:
windDir

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
Waffle SS. - c
Posted on Apr 12, 2014 - 20:46 (UTC)
Seems to make wind [0, 0] in MP. (Arma 3 v1.00)