setWind: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 23: Line 23:




|x1= <code>setWind [10,10, true]</code>|= EXAMPLE1  
|x1= <code>setWind [10,10, true]. This means a windforce (probably in Beaufort)of 10 (=48-55 knots). Winddirection is South West</code>|= EXAMPLE1  


setWind [10,10, true]= Wind from South West with a windforce factor of 10 (probably Beaufort)  
setWind [10,10, true]= Wind from South West with a windforce factor of 10 (probably Beaufort)  

Revision as of 01:07, 5 October 2009

Hover & click on the images for description

Description

Description:
Set current (forced == false) or permanent (forced == true) wind direction and force.
Groups:
Uncategorised

Syntax

Syntax:
setWind [x, z, forced]
Parameters:
[x, z, forced]: Array
x: Number
z: Number
forced: Boolean
Return Value:
Nothing

Examples

Example 1:
setWind [10,10, true]. This means a windforce (probably in Beaufort)of 10 (=48-55 knots). Winddirection is South West

Additional Information

See also:
See also needed

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

Notes

Bottom Section