fogForecast: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (link correction) |
m (template:command argument fix) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns the forecast fog value. A value of 0 means no fog, 1 means maximum fog. |= | | Returns the forecast fog value. A value of 0 means no fog, 1 means maximum fog. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''fogForecast''' |= | | '''fogForecast''' |SYNTAX= | ||
| [[Number]] |= | | [[Number]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_level = [[fogForecast]];</code> | |x1= <code>_level = [[fogForecast]];</code> | ||
Line 18: | Line 18: | ||
| mp = This command returns the local forcast fog value. Each client and the server can have differing values. |= Multiplayer | | mp = This command returns the local forcast fog value. Each client and the server can have differing values. |= Multiplayer | ||
| [[fogParams]], [[fog]], [[setFog]], [[nextWeatherChange]] |= | | [[fogParams]], [[fog]], [[setFog]], [[nextWeatherChange]] |SEEALSO= | ||
}} | }} |
Revision as of 14:39, 7 April 2019
Description
- Description:
- Returns the forecast fog value. A value of 0 means no fog, 1 means maximum fog.
- Multiplayer:
- This command returns the local forcast fog value. Each client and the server can have differing values.
- Groups:
- Uncategorised
Syntax
- Syntax:
- fogForecast
- Return Value:
- Number
Examples
- Example 1:
_level = fogForecast;
Additional Information
- See also:
- fogParamsfogsetFognextWeatherChange
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