simulSetHumidity: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<h3 style='display:none'>Notes</h3> <dl class='command_description'> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> <h3 style='display:none'>Bottom Section</h3>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma3 | | arma3 | ||
|0.50 | |0.50 | ||
|gr1= Environment | |gr1= Environment | ||
|gr2= Broken Commands | |gr2= Broken Commands | ||
| Sets simul cloud cover. This command does not affect overcast value. | | Sets simul cloud cover. This command does not affect overcast value. | ||
{{Warning|This command has now been removed}} | {{Warning|This command has now been removed}} | ||
| '''simulSetHumidity''' humidity | | '''simulSetHumidity''' humidity | ||
|p1= humidity: [[Number]] - 0 (min): clear sky, 1 (max): heavy cloud cover | |p1= humidity: [[Number]] - 0 (min): clear sky, 1 (max): heavy cloud cover | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>[[simulSetHumidity]] 1;</code> | |x1= <code>[[simulSetHumidity]] 1;</code> | ||
|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. | </code>Creates rainy looking weather, followed by thunder in about 10 seconds and rain in about 20. | ||
| [[overcast]], [[setOvercast]] | | [[overcast]], [[setOvercast]] | ||
| | | | ||
}} | }} |
Revision as of 11:26, 18 January 2021
Description
- Description:
- Sets simul cloud cover. This command does not affect overcast value.
- 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:
- 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