setWind: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(populated)
(description fixed, syntax extended)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Set current (forced == false) or permanent (forced == true) wind direction and force. |= Description
| Set current (forced <nowiki>==</nowiki> false) or permanent (forced <nowiki>==</nowiki> true) wind direction and force. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''setWind''' [x,z,forced] |= Syntax
| '''setWind''' [x, z, forced] |= Syntax


|p1= [x,z,forced]: Array |= PARAMETER1  
|p1= [x, z, forced]: [[Array]] |= PARAMETER1  


|p2= |= PARAMETER2  
|p2= x: [[Number]] |= PARAMETER2  


|p3= |= PARAMETER3  
|p3= z: [[Number]] |= PARAMETER3  


| Nothing |= RETURNVALUE  
|p4= forced: [[Boolean]] |= PARAMETER4
 
| [[Nothing]] |= RETURNVALUE  





Revision as of 00:46, 16 June 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:
(example)

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