simulSetHumidity: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (changed note)
Line 9: Line 9:
| Sets simul cloud cover. This command does not affect overcast value.  
| Sets simul cloud cover. This command does not affect overcast value.  


'''This command has now been removed''' |DESCRIPTION=
{{Warning|This command was removed in 2013.}} |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''simulSetHumidity''' humidity |SYNTAX=  
| '''simulSetHumidity''' humidity |= Syntax


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


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




|x1= <code>[[simulSetHumidity]] 1;
|x1= <code>[[simulSetHumidity]] 1;
</code>|EXAMPLE1=
</code>|= EXAMPLE1  


|x2= When combined with [[setOvercast]] 1 this command will also start random strength rain.<code>[[skipTime]] -24;
|x2= When combined with [[setOvercast]] 1 this command will also start random strength rain.<code>[[skipTime]] -24;
Line 26: Line 26:
[[skipTime]] 24;
[[skipTime]] 24;
[[simulSetHumidity]] 1;
[[simulSetHumidity]] 1;
</code>Creates rainy looking weather, followed by thunder in about 10 seconds and rain in about 20.|EXAMPLE2=
</code>Creates rainy looking weather, followed by thunder in about 10 seconds and rain in about 20.|= EXAMPLE2


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[overcast]], [[setOvercast]] |SEEALSO=
| [[overcast]], [[setOvercast]] |= SEEALSO  


|  |MPBEHAVIOUR=
|  |= MPBEHAVIOUR  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}
Line 44: Line 44:


<h3 style='display:none'>Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma 3: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]

Revision as of 10:48, 31 August 2019

Hover & click on the images for description

Description

Description:
Sets simul cloud cover. This command does not affect overcast value.
This command was removed in 2013.
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;
Example 2:
When combined with setOvercast 1 this command will also start random strength rain.skipTime -24; 86400 setOvercast 1; skipTime 24; simulSetHumidity 1; Creates rainy looking weather, followed by thunder in about 10 seconds and rain in about 20.

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