simulSetHumidity: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
m (template:command argument fix) |
||
Line 14: | Line 14: | ||
| '''simulSetHumidity''' humidity |= Syntax | | '''simulSetHumidity''' humidity |= Syntax | ||
|p1= humidity: [[Number]] - 0 (min): clear sky, 1 (max): heavy cloud cover |= | |p1= humidity: [[Number]] - 0 (min): clear sky, 1 (max): heavy cloud cover |PARAMETER1= | ||
| [[Nothing]] |= | | [[Nothing]] |RETURNVALUE= | ||
|x1= <code>[[simulSetHumidity]] 1; | |x1= <code>[[simulSetHumidity]] 1; | ||
</code>|= | </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.|= | </code>Creates rainy looking weather, followed by thunder in about 10 seconds and rain in about 20.|EXAMPLE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[overcast]], [[setOvercast]] |= | | [[overcast]], [[setOvercast]] |SEEALSO= | ||
| |= | | |MPBEHAVIOUR= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
}} | }} |
Revision as of 10:37, 7 April 2019
Description
- Description:
- Sets simul cloud cover. This command does not affect overcast value. This command has now been removed
- 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