Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
weather.c File Reference

Go to the source code of this file.

Data Structures

class  Weather
 Weather controller. More...
class  WeatherPhenomenon
 Weather phenomenon. More...

Typedefs

typedef WeatherPhenomenon Fog
typedef WeatherPhenomenon Overcast
typedef WeatherPhenomenon Rain
typedef WeatherPhenomenon Snowfall
typedef WeatherPhenomenon WindDirection
typedef WeatherPhenomenon WindMagnitude

Enumerations

enum  EWeatherPhenomenon {
  OVERCAST , FOG , RAIN , SNOWFALL ,
  WIND_DIRECTION , WIND_MAGNITUDE , VOLFOG_HEIGHT_DENSITY , VOLFOG_DISTANCE_DENSITY ,
  VOLFOG_HEIGHT_BIAS
}
 All classes related to game weather. More...

Typedef Documentation

◆ Fog

Definition at line 154 of file weather.c.

◆ Overcast

Definition at line 153 of file weather.c.

◆ Rain

Definition at line 155 of file weather.c.

◆ Snowfall

Definition at line 156 of file weather.c.

◆ WindDirection

Definition at line 157 of file weather.c.

◆ WindMagnitude

Definition at line 158 of file weather.c.

Enumeration Type Documentation

◆ EWeatherPhenomenon

All classes related to game weather.

Weather phenomenon type

Enumerator
OVERCAST 
FOG 
RAIN 
SNOWFALL 
WIND_DIRECTION 
WIND_MAGNITUDE 
VOLFOG_HEIGHT_DENSITY 
VOLFOG_DISTANCE_DENSITY 
VOLFOG_HEIGHT_BIAS 

Definition at line 10 of file weather.c.