simulSetHumidity: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |0.50|= Game version ____________________...")
 
No edit summary
Line 12: Line 12:
| '''simulSetHumidity''' humidity |= Syntax  
| '''simulSetHumidity''' humidity |= Syntax  


|p1= humidity: [[Number]] - 0: clear sky, 1: heavy cloud cover |= PARAMETER1  
|p1= humidity: [[Number]] - 0 (min): clear sky, 1 (max): heavy cloud cover |= PARAMETER1  


| [[Nothing]] |= RETURNVALUE  
| [[Nothing]] |= RETURNVALUE  

Revision as of 12:45, 15 August 2013

Hover & click on the images for description

Description

Description:
Sets simul cloud cover. The command does not affect overcast value.
Groups:
Uncategorised

Syntax

Syntax:
simulSetHumidity humidity
Parameters:
humidity: Number - 0 (min): clear sky, 1 (max): heavy cloud cover
Return Value:
Nothing

Examples

Example 1:
simulSetHumidity 1;

Additional Information

See also:
overcastsetOvercast

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