![]() |
Dayz Explorer 1.28.160049
|
Protected Member Functions | |
| override void | Init () |
| override void | InitYieldBank () |
| override void | SetupWeatherSettings () |
| override void | SetupLiquidTemperatures () |
| override bool | WeatherOnBeforeChange (EWeatherPhenomenon type, float actual, float change, float time) |
| override void | CalculateWind (int newWeather, bool suddenChange, out float magnitude, out float direction) |
| override void | CalculateVolFog (float lerpValue, float windMagnitude, float changeTime) |
| bool | LogWeatherData () |
Protected Attributes | |
| const int | CLEAR_WEATHER = 1 |
| DEPRECATED (see WorldDataWeatherConstants) | |
| const int | CLOUDY_WEATHER = 2 |
| const int | BAD_WEATHER = 3 |
| const int | OVERCAST_MIN_TIME = 600 |
| DEPRECATED (see WorldDataWeatherSettings) | |
| const int | OVERCAST_MAX_TIME = 900 |
| const float | RAIN_THRESHOLD = 0.6 |
| const int | RAIN_TIME_MIN = 60 |
| const int | RAIN_TIME_MAX = 120 |
| const float | STORM_THRESHOLD = 0.85 |
| int | m_clearWeatherChance = m_ClearWeatherChance |
| int | m_badWeatherChance = m_BadWeatherChance |
| int | m_sameWeatherCnt = m_SameWeatherCnt |
| int | m_stepValue = m_StepValue |
| int | m_chance = m_Chance |
| int | m_choosenWeather = m_ChoosenWeather |
| int | m_lastWeather = m_LastWeather |
Static Protected Attributes | |
| static const ref array< vector > | LIVONIA_ARTY_STRIKE_POS |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
DEPRECATED (see WorldDataWeatherSettings)