Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
weather.c File Reference

Go to the source code of this file.

Data Structures

class  WeatherPhenomenon
 
class  Weather
 

Typedefs

typedef WeatherPhenomenon Overcast
 
typedef WeatherPhenomenon Fog
 
typedef WeatherPhenomenon Rain
 

Enumerations

enum  EWeatherPhenomenon { OVERCAST, FOG, RAIN }
 

Variables

enum EWeatherPhenomenon VONManagerImplementation
 

Typedef Documentation

◆ Fog

Definition at line 144 of file weather.c.

◆ Overcast

Definition at line 143 of file weather.c.

◆ Rain

Definition at line 145 of file weather.c.

Enumeration Type Documentation

◆ EWeatherPhenomenon

All classes related to game weather

Weather phenomenon type

Enumerator
OVERCAST 
FOG 
RAIN 

Definition at line 10 of file weather.c.

Variable Documentation

◆ VONManagerImplementation

enum EWeatherPhenomenon VONManagerImplementation