Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
mainmenuworlddata.c
Go to the documentation of this file.
1 #ifdef PLATFORM_CONSOLE
2 class MainMenuWorldData : WorldData
3 {
4  override bool WeatherOnBeforeChange(EWeatherPhenomenon type, float actual, float change, float time)
5  {
6  return false;
7  }
8 }
9 #endif
WorldData
Keeps information about currently loaded world, like temperature.
Definition: worlddata.c:2
EWeatherPhenomenon
EWeatherPhenomenon
Definition: weather.c:10