Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
weather.c File Reference

Go to the source code of this file.

Classes

class  WeatherPhenomenon
 
class  Weather
 

Typedefs

typedef WeatherPhenomenon Overcast
 
typedef WeatherPhenomenon Fog
 
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
}
 

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.