simulSetHumidity: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "<code>([^\[]+)<\/code>" to "<sqf>$1</sqf>")
(26 intermediate revisions by 5 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
____________________________________________________________________________________________


| Sets simul cloud cover. This command does not affect overcast value.
|gr2= Broken Commands


'''This command has now been removed''' |= Description
|descr= Sets simul cloud cover. This command does not affect overcast value. {{Feature|Warning|This command is no longer available.}}
____________________________________________________________________________________________


| '''simulSetHumidity''' humidity |= Syntax
|s1= [[simulSetHumidity]] humidity


|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


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


|x1= <sqf>simulSetHumidity 1;</sqf>


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


|x2= When combined with [[setOvercast]] 1 this command will also start random strength rain.<code>[[skipTime]] -24;
|seealso= [[overcast]] [[setOvercast]]
86400 [[setOvercast]] 1;
[[skipTime]] 24;
[[simulSetHumidity]] 1;
</code>Creates rainy looking weather, followed by thunder in about 10 seconds and rain in about 20.|EXAMPLE2=
 
____________________________________________________________________________________________
 
| [[overcast]], [[setOvercast]] |SEEALSO=
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>

Revision as of 21:08, 13 May 2022

Hover & click on the images for description

Description

Description:
Sets simul cloud cover. This command does not affect overcast value.
This command is no longer available.
Groups:
EnvironmentBroken Commands

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:
overcast setOvercast

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